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