17 writes to IsOriginAllowed
Microsoft.AspNetCore.Cors (1)
Infrastructure\CorsService.cs (1)
82IsOriginAllowed = IsOriginAllowed(policy, origin),
Microsoft.AspNetCore.Cors.Test (16)
CorsServiceTests.cs (16)
582IsOriginAllowed = true, 602IsOriginAllowed = true, 622IsOriginAllowed = true, 642IsOriginAllowed = true, 662IsOriginAllowed = true, 683IsOriginAllowed = true, 703IsOriginAllowed = true, 723IsOriginAllowed = true, 745IsOriginAllowed = true, 764IsOriginAllowed = true, 786IsOriginAllowed = true, 805IsOriginAllowed = true, 826IsOriginAllowed = true, 847IsOriginAllowed = true, 867IsOriginAllowed = true, 888IsOriginAllowed = true,
5 references to IsOriginAllowed
Microsoft.AspNetCore.Cors (1)
Infrastructure\CorsService.cs (1)
157if (!result.IsOriginAllowed)
Microsoft.AspNetCore.Cors.Test (4)
CorsServiceTests.cs (4)
60Assert.False(result.IsOriginAllowed); 75Assert.False(result.IsOriginAllowed); 94Assert.False(result.IsOriginAllowed); 934Assert.False(result.IsOriginAllowed);