12 references to SpecialType
Microsoft.AspNetCore.Http.Extensions.Tests (7)
RequestDelegateGenerator\RequestDelegateCreationTests.cs (7)
38Assert.Equal(EndpointParameterSource.SpecialType, p.Source); 62Assert.Equal(EndpointParameterSource.SpecialType, reqParam.Source); 67Assert.Equal(EndpointParameterSource.SpecialType, reqParam.Source); 131Assert.Equal(EndpointParameterSource.SpecialType, reqParam.Source); 138Assert.Equal(EndpointParameterSource.SpecialType, reqParam.Source); 147Assert.Equal(EndpointParameterSource.SpecialType, reqParam.Source); 152Assert.Equal(EndpointParameterSource.SpecialType, reqParam.Source);
Microsoft.AspNetCore.Http.RequestDelegateGenerator (5)
StaticRouteHandlerModel\Emitters\EndpointEmitter.cs (1)
24case EndpointParameterSource.SpecialType:
StaticRouteHandlerModel\Endpoint.cs (1)
91parameter.Source == EndpointParameterSource.SpecialType ||
StaticRouteHandlerModel\EndpointParameter.cs (3)
132Source = EndpointParameterSource.SpecialType; 137Source = EndpointParameterSource.SpecialType; 194Source = EndpointParameterSource.SpecialType;