7 references to IsWindows
Microsoft.AspNetCore.InternalTesting.Tests (3)
TestPlatformHelperTest.cs (3)
18Assert.False(TestPlatformHelper.IsWindows); 28Assert.False(TestPlatformHelper.IsWindows); 38Assert.True(TestPlatformHelper.IsWindows);
Microsoft.Extensions.FileProviders.Embedded.Tests (3)
EmbeddedFileProviderTests.cs (3)
95if (TestPlatformHelper.IsWindows) 133if (TestPlatformHelper.IsWindows) 171if (TestPlatformHelper.IsWindows)
Sockets.FunctionalTests (1)
src\Servers\Kestrel\test\FunctionalTests\ResponseTests.cs (1)
403(!TestPlatformHelper.IsWindows && w.EventId == connectionFinEventId));