Annotations/Microsoft/Microsoft.AspNetCore.Mvc.Abstractions/Nullness.Manual.xml (25 lines of code) (raw):
<assembly name="Microsoft.AspNetCore.Mvc.Abstractions">
<member name="M:Microsoft.AspNetCore.Mvc.IUrlHelper.Action(Microsoft.AspNetCore.Mvc.UrlActionContext)">
<attribute ctor="M:JetBrains.Annotations.CanBeNullAttribute.#ctor" />
<parameter name="actionContext">
<attribute ctor="M:JetBrains.Annotations.NotNullAttribute.#ctor" />
</parameter>
</member>
<member name="M:Microsoft.AspNetCore.Mvc.IUrlHelper.Content(System.String)">
<attribute ctor="M:JetBrains.Annotations.NotNullAttribute.#ctor" />
<parameter name="contentPath">
<attribute ctor="M:JetBrains.Annotations.NotNullAttribute.#ctor" />
</parameter>
</member>
<member name="M:Microsoft.AspNetCore.Mvc.IUrlHelper.IsLocalUrl(System.String)">
<parameter name="url">
<attribute ctor="M:JetBrains.Annotations.CanBeNullAttribute.#ctor" />
</parameter>
</member>
<member name="M:Microsoft.AspNetCore.Mvc.IUrlHelper.RouteUrl(Microsoft.AspNetCore.Mvc.UrlRouteContext)">
<attribute ctor="M:JetBrains.Annotations.CanBeNullAttribute.#ctor" />
<parameter name="routeContext">
<attribute ctor="M:JetBrains.Annotations.NotNullAttribute.#ctor" />
</parameter>
</member>
</assembly>