7 writes to IsPreflightRequest
Microsoft.AspNetCore.Cors (1)
Infrastructure\CorsService.cs (1)
81IsPreflightRequest = isPreflightRequest,
Microsoft.AspNetCore.Cors.Test (6)
CorsServiceTests.cs (6)
724IsPreflightRequest = true, 765IsPreflightRequest = true, 806IsPreflightRequest = true, 827IsPreflightRequest = false, 868IsPreflightRequest = false, 889IsPreflightRequest = true,
3 references to IsPreflightRequest
Microsoft.AspNetCore.Cors (3)
Infrastructure\CorsMiddleware.cs (1)
177if (corsResult.IsPreflightRequest)
Infrastructure\CorsService.cs (2)
119new[] { result.IsPreflightRequest ? headers.AccessControlRequestMethod.ToString() : context.Request.Method } : 172if (result.IsPreflightRequest)