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)
368
if (endpointParameter.Type.IsValueType && !endpointParameter.GetBindAsyncReturnType().
IsNullableOfT
())
372
codeWriter.WriteLine(endpointParameter.Type.IsValueType && endpointParameter.GetBindAsyncReturnType().
IsNullableOfT
()