3 writes to SuppressCheckForUnhandledSecurityMetadata
Microsoft.AspNetCore.Routing.Tests (3)
EndpointMiddlewareTest.cs (3)
205
var routeOptions = Options.Create(new RouteOptions {
SuppressCheckForUnhandledSecurityMetadata
= true });
302
var routeOptions = Options.Create(new RouteOptions {
SuppressCheckForUnhandledSecurityMetadata
= true });
400
var routeOptions = Options.Create(new RouteOptions {
SuppressCheckForUnhandledSecurityMetadata
= true });
2 references to SuppressCheckForUnhandledSecurityMetadata
Microsoft.AspNetCore.Routing (2)
EndpointMiddleware.cs (1)
39
if (!_routeOptions.
SuppressCheckForUnhandledSecurityMetadata
)
EndpointRoutingMiddleware.cs (1)
161
if (!_routeOptions.
SuppressCheckForUnhandledSecurityMetadata
)