1 write to InterceptableLocation
Microsoft.AspNetCore.Http.RequestDelegateGenerator (1)
StaticRouteHandlerModel\Endpoint.cs (1)
24
InterceptableLocation
= semanticModel.GetInterceptableLocation((InvocationExpressionSyntax)operation.Syntax)!;
3 references to InterceptableLocation
Microsoft.AspNetCore.Http.RequestDelegateGenerator (3)
RequestDelegateGenerator.cs (1)
55
.GroupWith((endpoint) => endpoint.
InterceptableLocation
, EndpointDelegateComparer.Instance)
StaticRouteHandlerModel\Endpoint.cs (2)
111
o is Endpoint other &&
InterceptableLocation
== other.
InterceptableLocation
&& SignatureEquals(this, other);