2 references to Bindable
Microsoft.AspNetCore.Http.RequestDelegateGenerator (2)
src\Shared\RoslynUtils\ParsabilityHelper.cs (1)
208
return Bindability.
Bindable
;
StaticRouteHandlerModel\EndpointParameter.cs (1)
306
return ParsabilityHelper.GetBindability(parameterType, wellKnownTypes, out bindMethod, out bindMethodSymbol) == Bindability.
Bindable
;