1 write to Operation
Microsoft.AspNetCore.Http.RequestDelegateGenerator (1)
StaticRouteHandlerModel\Endpoint.cs (1)
21Operation = operation;
10 references to Operation
Microsoft.AspNetCore.Http.RequestDelegateGenerator (10)
RequestDelegateGenerator.cs (2)
71if (endpoint.HttpMethod != "MapFallback" || endpoint.Operation.Arguments.Length != 2) 141if (endpoint.HttpMethod != "MapFallback" && endpoint.Operation.Arguments.Length != 2)
StaticRouteHandlerModel\Endpoint.cs (4)
31Diagnostics.Add(Diagnostic.Create(DiagnosticDescriptors.UnableToResolveMethod, Operation.Syntax.GetLocation())); 36Response.EmitRequiredDiagnostics(Diagnostics, Operation.Syntax.GetLocation()); 58parameterSymbol.EmitRequiredDiagnostics(Diagnostics, Operation.Syntax.GetLocation()); 79Operation.Syntax.GetLocation(),
StaticRouteHandlerModel\EndpointParameter.cs (4)
115var location = endpoint.Operation.Syntax.GetLocation(); 151var location = endpoint.Operation.Syntax.GetLocation(); 164var location = endpoint.Operation.Syntax.GetLocation(); 462var location = endpoint.Operation.Syntax.GetLocation();