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