4 implementations of AbortTestRun
vstest.console (2)
TestPlatformHelpers\LazyTestRequestManager.cs (1)
50public void AbortTestRun()
TestPlatformHelpers\TestRequestManager.cs (1)
527public void AbortTestRun()
vstest.console.arm64 (2)
src\vstest\src\vstest.console\TestPlatformHelpers\LazyTestRequestManager.cs (1)
50public void AbortTestRun()
src\vstest\src\vstest.console\TestPlatformHelpers\TestRequestManager.cs (1)
527public void AbortTestRun()
3 references to AbortTestRun
Microsoft.VisualStudio.TestPlatform.Client (1)
DesignMode\DesignModeClient.cs (1)
235testRequestManager.AbortTestRun();
vstest.console (1)
TestPlatformHelpers\LazyTestRequestManager.cs (1)
51=> _inner.Value.AbortTestRun();
vstest.console.arm64 (1)
src\vstest\src\vstest.console\TestPlatformHelpers\LazyTestRequestManager.cs (1)
51=> _inner.Value.AbortTestRun();