3 references to KeyedService
Microsoft.AspNetCore.Http.Extensions.Tests (1)
RequestDelegateGenerator\RequestDelegateCreationTests.KeyServices.cs (1)
246
Assert.Equal(EndpointParameterSource.
KeyedService
, p.Source);
Microsoft.AspNetCore.Http.RequestDelegateGenerator (2)
StaticRouteHandlerModel\Emitters\EndpointEmitter.cs (1)
57
case EndpointParameterSource.
KeyedService
:
StaticRouteHandlerModel\EndpointParameter.cs (1)
158
Source = EndpointParameterSource.
KeyedService
;