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