3 instantiations of TestRunAttachmentsProcessingPayload
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (1)
VsTestConsoleRequestSender.cs (1)
1311var payload = new TestRunAttachmentsProcessingPayload
vstest.console (1)
InProcessVsTestConsoleWrapper.cs (1)
942var attachmentProcessingPayload = new TestRunAttachmentsProcessingPayload
vstest.console.arm64 (1)
src\vstest\src\vstest.console\InProcessVsTestConsoleWrapper.cs (1)
942var attachmentProcessingPayload = new TestRunAttachmentsProcessingPayload
9 references to TestRunAttachmentsProcessingPayload
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (1)
VsTestConsoleRequestSender.cs (1)
1311var payload = new TestRunAttachmentsProcessingPayload
Microsoft.VisualStudio.TestPlatform.Client (4)
DesignMode\DesignModeClient.cs (3)
231var testRunAttachmentsProcessingPayload = _communicationManager.DeserializePayload<TestRunAttachmentsProcessingPayload>(message); 557private void StartTestRunAttachmentsProcessing(TestRunAttachmentsProcessingPayload? attachmentsProcessingPayload, ITestRequestManager testRequestManager)
RequestHelper\ITestRequestManager.cs (1)
73TestRunAttachmentsProcessingPayload testRunAttachmentsProcessingPayload,
vstest.console (2)
InProcessVsTestConsoleWrapper.cs (1)
942var attachmentProcessingPayload = new TestRunAttachmentsProcessingPayload
TestPlatformHelpers\TestRequestManager.cs (1)
415TestRunAttachmentsProcessingPayload attachmentsProcessingPayload,
vstest.console.arm64 (2)
src\vstest\src\vstest.console\InProcessVsTestConsoleWrapper.cs (1)
942var attachmentProcessingPayload = new TestRunAttachmentsProcessingPayload
src\vstest\src\vstest.console\TestPlatformHelpers\TestRequestManager.cs (1)
415TestRunAttachmentsProcessingPayload attachmentsProcessingPayload,