1 write to _routeOptions
Microsoft.AspNetCore.Routing (1)
EndpointMiddleware.cs (1)
30
_routeOptions
= routeOptions?.Value ?? throw new ArgumentNullException(nameof(routeOptions));
1 reference to _routeOptions
Microsoft.AspNetCore.Routing (1)
EndpointMiddleware.cs (1)
39
if (!
_routeOptions
.SuppressCheckForUnhandledSecurityMetadata)