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