4 instantiations of StartTestSessionPayload
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (2)
VsTestConsoleRequestSender.cs (2)
431var payload = new StartTestSessionPayload 532var payload = new StartTestSessionPayload
vstest.console (1)
InProcessVsTestConsoleWrapper.cs (1)
256var startTestSessionPayload = new StartTestSessionPayload()
vstest.console.arm64 (1)
src\vstest\src\vstest.console\InProcessVsTestConsoleWrapper.cs (1)
256var startTestSessionPayload = new StartTestSessionPayload()
10 references to StartTestSessionPayload
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (2)
VsTestConsoleRequestSender.cs (2)
431var payload = new StartTestSessionPayload 532var payload = new StartTestSessionPayload
Microsoft.VisualStudio.TestPlatform.Client (4)
DesignMode\DesignModeClient.cs (3)
194var testSessionPayload = _communicationManager.DeserializePayload<StartTestSessionPayload>(message); 594private void StartTestSession(StartTestSessionPayload? payload, ITestRequestManager requestManager)
RequestHelper\ITestRequestManager.cs (1)
86StartTestSessionPayload payload,
vstest.console (2)
InProcessVsTestConsoleWrapper.cs (1)
256var startTestSessionPayload = new StartTestSessionPayload()
TestPlatformHelpers\TestRequestManager.cs (1)
466StartTestSessionPayload payload,
vstest.console.arm64 (2)
src\vstest\src\vstest.console\InProcessVsTestConsoleWrapper.cs (1)
256var startTestSessionPayload = new StartTestSessionPayload()
src\vstest\src\vstest.console\TestPlatformHelpers\TestRequestManager.cs (1)
466StartTestSessionPayload payload,