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