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