3 references to IsNullableOfT
Microsoft.AspNetCore.Http.RequestDelegateGenerator (3)
StaticRouteHandlerModel\Emitters\EmitterExtensions.cs (1)
45
endpointParameter.Type.IsValueType && endpointParameter.GetBindAsyncReturnType().
IsNullableOfT
()
StaticRouteHandlerModel\Emitters\EndpointParameterEmitter.cs (2)
371
if (endpointParameter.Type.IsValueType && !endpointParameter.GetBindAsyncReturnType().
IsNullableOfT
())
375
codeWriter.WriteLine(endpointParameter.Type.IsValueType && endpointParameter.GetBindAsyncReturnType().
IsNullableOfT
()