1 write to _environment
Microsoft.TestPlatform.TestHostRuntimeProvider (1)
Hosting\DefaultTestHostManager.cs (1)
105
_environment
= environment;
2 references to _environment
Microsoft.TestPlatform.TestHostRuntimeProvider (2)
Hosting\DefaultTestHostManager.cs (2)
217
if (!
_environment
.OperatingSystem.Equals(PlatformOperatingSystem.Windows)
226
if (
_environment
.OperatingSystem.Equals(PlatformOperatingSystem.Windows)