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