6 references to AsParameters
Microsoft.AspNetCore.Http.RequestDelegateGenerator (6)
StaticRouteHandlerModel\Emitters\EndpointEmitter.cs (3)
60case EndpointParameterSource.AsParameters: 74if (parameter is { Source: EndpointParameterSource.AsParameters, EndpointParameters: {} innerParameters }) 101if (parameter is { Source: EndpointParameterSource.AsParameters, EndpointParameters: {} innerParameters })
StaticRouteHandlerModel\Emitters\EndpointJsonPreparationEmitter.cs (1)
25if (parameter is { Source: EndpointParameterSource.AsParameters, EndpointParameters: {} innerParameters })
StaticRouteHandlerModel\EndpointParameter.cs (1)
163Source = EndpointParameterSource.AsParameters;
StaticRouteHandlerModel\StaticRouteHandlerModel.Emitter.cs (1)
249if (parameter is { Source: EndpointParameterSource.AsParameters, EndpointParameters: { } innerParameters })