4 instantiations of StopTestSessionPayload
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (2)
VsTestConsoleRequestSender.cs (2)
640var stopTestSessionPayload = new StopTestSessionPayload 730var stopTestSessionPayload = new StopTestSessionPayload
vstest.console (1)
InProcessVsTestConsoleWrapper.cs (1)
328var stopTestSessionPayload = new StopTestSessionPayload()
vstest.console.arm64 (1)
src\vstest\src\vstest.console\InProcessVsTestConsoleWrapper.cs (1)
328var stopTestSessionPayload = new StopTestSessionPayload()
10 references to StopTestSessionPayload
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (2)
VsTestConsoleRequestSender.cs (2)
640var stopTestSessionPayload = new StopTestSessionPayload 730var stopTestSessionPayload = new StopTestSessionPayload
Microsoft.VisualStudio.TestPlatform.Client (4)
DesignMode\DesignModeClient.cs (3)
201var testSessionPayload = _communicationManager.DeserializePayload<StopTestSessionPayload>(message); 630private void StopTestSession(StopTestSessionPayload? payload, ITestRequestManager requestManager)
RequestHelper\ITestRequestManager.cs (1)
99StopTestSessionPayload payload,
vstest.console (2)
InProcessVsTestConsoleWrapper.cs (1)
328var stopTestSessionPayload = new StopTestSessionPayload()
TestPlatformHelpers\TestRequestManager.cs (1)
573StopTestSessionPayload payload,
vstest.console.arm64 (2)
src\vstest\src\vstest.console\InProcessVsTestConsoleWrapper.cs (1)
328var stopTestSessionPayload = new StopTestSessionPayload()
src\vstest\src\vstest.console\TestPlatformHelpers\TestRequestManager.cs (1)
573StopTestSessionPayload payload,