1 write to BindMethod
Microsoft.AspNetCore.Http.RequestDelegateGenerator (1)
StaticRouteHandlerModel\EndpointParameter.cs (1)
222BindMethod = bindMethod;
4 references to BindMethod
Microsoft.AspNetCore.Http.RequestDelegateGenerator (4)
StaticRouteHandlerModel\Emitters\EmitterExtensions.cs (1)
19EndpointParameterSource.BindAsync => endpointParameter.BindMethod == BindabilityMethod.BindAsync
StaticRouteHandlerModel\Emitters\EndpointParameterEmitter.cs (2)
350switch (endpointParameter.BindMethod) 362throw new NotImplementedException($"Unreachable! Unexpected {nameof(BindabilityMethod)}: {endpointParameter.BindMethod}");
StaticRouteHandlerModel\Endpoint.cs (1)
68switch (parameter.BindMethod)