Implemented interface member:
method
Exit
Microsoft.VisualStudio.TestPlatform.PlatformAbstractions.Interfaces.IEnvironment.Exit(System.Int32)
3 references to Exit
testhost (1)
src\vstest\src\testhost.x86\DefaultEngineInvoker.cs (1)
248new PlatformEnvironment().Exit(1);
testhost.arm64 (1)
src\vstest\src\testhost.x86\DefaultEngineInvoker.cs (1)
248new PlatformEnvironment().Exit(1);
testhost.x86 (1)
DefaultEngineInvoker.cs (1)
248new PlatformEnvironment().Exit(1);