4 implementations of CancelTestRunAttachmentsProcessing
vstest.console (2)
TestPlatformHelpers\LazyTestRequestManager.cs (1)
56public void CancelTestRunAttachmentsProcessing()
TestPlatformHelpers\TestRequestManager.cs (1)
534public void CancelTestRunAttachmentsProcessing()
vstest.console.arm64 (2)
src\vstest\src\vstest.console\TestPlatformHelpers\LazyTestRequestManager.cs (1)
56public void CancelTestRunAttachmentsProcessing()
src\vstest\src\vstest.console\TestPlatformHelpers\TestRequestManager.cs (1)
534public void CancelTestRunAttachmentsProcessing()
3 references to CancelTestRunAttachmentsProcessing
Microsoft.VisualStudio.TestPlatform.Client (1)
DesignMode\DesignModeClient.cs (1)
241testRequestManager.CancelTestRunAttachmentsProcessing();
vstest.console (1)
TestPlatformHelpers\LazyTestRequestManager.cs (1)
57=> _inner.Value.CancelTestRunAttachmentsProcessing();
vstest.console.arm64 (1)
src\vstest\src\vstest.console\TestPlatformHelpers\LazyTestRequestManager.cs (1)
57=> _inner.Value.CancelTestRunAttachmentsProcessing();