7 instantiations of TestRunAttachmentsProcessingCompleteEventArgs
Microsoft.TestPlatform.CrossPlatEngine (4)
AttachmentsProcessing\TestRunAttachmentsProcessingManager.cs (4)
76return FinalizeOperation(requestData, new TestRunAttachmentsProcessingCompleteEventArgs(false, null), await task, stopwatch, eventHandler); 81return FinalizeOperation(requestData, new TestRunAttachmentsProcessingCompleteEventArgs(true, null), localAttachments, stopwatch, eventHandler); 95return FinalizeOperation(requestData, new TestRunAttachmentsProcessingCompleteEventArgs(true, null), localAttachments, stopwatch, eventHandler); 102return FinalizeOperation(requestData, new TestRunAttachmentsProcessingCompleteEventArgs(false, e), localAttachments, stopwatch, eventHandler);
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (1)
VsTestConsoleRequestSender.cs (1)
1387new TestRunAttachmentsProcessingCompleteEventArgs(false, exception),
vstest.console (1)
InProcessVsTestConsoleWrapper.cs (1)
978var attachmentsProcessingArgs = new TestRunAttachmentsProcessingCompleteEventArgs(
vstest.console.arm64 (1)
src\vstest\src\vstest.console\InProcessVsTestConsoleWrapper.cs (1)
978var attachmentsProcessingArgs = new TestRunAttachmentsProcessingCompleteEventArgs(
9 references to TestRunAttachmentsProcessingCompleteEventArgs
Microsoft.TestPlatform.CommunicationUtilities (2)
JsonDataSerializer.Stj.cs (1)
139case TestRunAttachmentsProcessingCompleteEventArgs args:
Messages\TestRunAttachmentsProcessingCompletePayload.cs (1)
19public TestRunAttachmentsProcessingCompleteEventArgs? AttachmentsProcessingCompleteEventArgs { get; set; }
Microsoft.TestPlatform.CrossPlatEngine (2)
AttachmentsProcessing\TestRunAttachmentsProcessingManager.cs (1)
206private Collection<AttachmentSet> FinalizeOperation(IRequestData requestData, TestRunAttachmentsProcessingCompleteEventArgs completeArgs, Collection<AttachmentSet> attachments, Stopwatch stopwatch, ITestRunAttachmentsProcessingEventsHandler? eventHandler)
PostProcessing\PostProcessingTestRunAttachmentsProcessingEventsHandler.cs (1)
50public void HandleTestRunAttachmentsProcessingComplete(TestRunAttachmentsProcessingCompleteEventArgs attachmentsProcessingCompleteEventArgs, IEnumerable<AttachmentSet>? lastChunk)
Microsoft.VisualStudio.TestPlatform.Client (2)
AttachmentsProcessing\InProcessTestRunAttachmentsProcessingEventsHandler.cs (1)
50TestRunAttachmentsProcessingCompleteEventArgs attachmentsProcessingCompleteEventArgs,
AttachmentsProcessing\TestRunAttachmentsProcessingEventsHandler.cs (1)
32public void HandleTestRunAttachmentsProcessingComplete(TestRunAttachmentsProcessingCompleteEventArgs attachmentsProcessingCompleteEventArgs, IEnumerable<AttachmentSet>? lastChunk)
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
Client\Interfaces\ITestRunAttachmentsProcessingEventsHandler.cs (1)
18void HandleTestRunAttachmentsProcessingComplete(TestRunAttachmentsProcessingCompleteEventArgs attachmentsProcessingCompleteEventArgs, IEnumerable<AttachmentSet>? lastChunk);
vstest.console (1)
InProcessVsTestConsoleWrapper.cs (1)
978var attachmentsProcessingArgs = new TestRunAttachmentsProcessingCompleteEventArgs(
vstest.console.arm64 (1)
src\vstest\src\vstest.console\InProcessVsTestConsoleWrapper.cs (1)
978var attachmentsProcessingArgs = new TestRunAttachmentsProcessingCompleteEventArgs(