1 write to IsCorsPreflightRequest
Microsoft.AspNetCore.Routing (1)
Matching\HttpMethodMatcherPolicy.cs (1)
452
IsCorsPreflightRequest
= isCorsPreflightRequest;
8 references to IsCorsPreflightRequest
Microsoft.AspNetCore.Routing (8)
Matching\HttpMethodMatcherPolicy.cs (8)
237
if (acceptCorsPreFlight || !kvp.Key.
IsCorsPreflightRequest
)
323
if (key.
IsCorsPreflightRequest
)
464
return
IsCorsPreflightRequest
.CompareTo(other.
IsCorsPreflightRequest
);
475
IsCorsPreflightRequest
== other.
IsCorsPreflightRequest
&&
488
hash.Add(
IsCorsPreflightRequest
? 1 : 0);
496
return
IsCorsPreflightRequest
? $"CORS: {HttpMethod}" : $"HTTP: {HttpMethod}";