1 write to _supportsCorsPreflight
Microsoft.AspNetCore.Routing (1)
Matching\HttpMethodSingleEntryPolicyJumpTable.cs (1)
29
_supportsCorsPreflight
= supportsCorsPreflight;
1 reference to _supportsCorsPreflight
Microsoft.AspNetCore.Routing (1)
Matching\HttpMethodSingleEntryPolicyJumpTable.cs (1)
37
if (
_supportsCorsPreflight
&& HttpMethodMatcherPolicy.IsCorsPreflightRequest(httpContext, httpMethod, out var accessControlRequestMethod))