10 references to OSX
datacollector (1)
src\vstest\src\Microsoft.TestPlatform.Execution.Shared\ProcDumpExecutableHelper.cs (1)
82: _environment.OperatingSystem is PlatformOperatingSystem.Unix or PlatformOperatingSystem.OSX
datacollector.arm64 (1)
src\vstest\src\Microsoft.TestPlatform.Execution.Shared\ProcDumpExecutableHelper.cs (1)
82: _environment.OperatingSystem is PlatformOperatingSystem.Unix or PlatformOperatingSystem.OSX
Microsoft.TestPlatform.CoreUtilities (2)
Helpers\DotnetHostHelper.cs (2)
277if (_environment.OperatingSystem == PlatformOperatingSystem.OSX) 490else if (_environment.OperatingSystem == PlatformOperatingSystem.OSX)
Microsoft.TestPlatform.Extensions.BlameDataCollector (1)
src\vstest\src\Microsoft.TestPlatform.Execution.Shared\ProcDumpExecutableHelper.cs (1)
82: _environment.OperatingSystem is PlatformOperatingSystem.Unix or PlatformOperatingSystem.OSX
Microsoft.TestPlatform.PlatformAbstractions (1)
netcore\System\PlatformEnvironment.cs (1)
49return RuntimeInformation.IsOSPlatform(OSPlatform.OSX) ? PlatformOperatingSystem.OSX : PlatformOperatingSystem.Unix;
Microsoft.TestPlatform.TestHostRuntimeProvider (1)
Hosting\DotnetTestHostManager.cs (1)
689if (_platformEnvironment.OperatingSystem == PlatformOperatingSystem.OSX &&
testhost (1)
src\vstest\src\Microsoft.TestPlatform.Execution.Shared\ProcDumpExecutableHelper.cs (1)
82: _environment.OperatingSystem is PlatformOperatingSystem.Unix or PlatformOperatingSystem.OSX
testhost.arm64 (1)
src\vstest\src\Microsoft.TestPlatform.Execution.Shared\ProcDumpExecutableHelper.cs (1)
82: _environment.OperatingSystem is PlatformOperatingSystem.Unix or PlatformOperatingSystem.OSX
testhost.x86 (1)
src\vstest\src\Microsoft.TestPlatform.Execution.Shared\ProcDumpExecutableHelper.cs (1)
82: _environment.OperatingSystem is PlatformOperatingSystem.Unix or PlatformOperatingSystem.OSX