2 references to IsOptional
Microsoft.AspNetCore.Http.RequestDelegateGenerator (2)
StaticRouteHandlerModel\EndpointParameter.cs (2)
34
IsOptional = property.
IsOptional
() || parameter?.IsOptional() == true;
440
isOptional |= property.
IsOptional
();