1 implementation of CancelAsync
Microsoft.VisualStudio.TestPlatform.Client (1)
Execution\TestRunRequest.cs (1)
212public void CancelAsync()
2 references to CancelAsync
vstest.console (1)
TestPlatformHelpers\TestRequestManager.cs (1)
640_currentTestRunRequest?.CancelAsync();
vstest.console.arm64 (1)
src\vstest\src\vstest.console\TestPlatformHelpers\TestRequestManager.cs (1)
640_currentTestRunRequest?.CancelAsync();