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