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