3 implementations of HandleTestRunAttachmentsProcessingComplete
Microsoft.TestPlatform.CrossPlatEngine (1)
PostProcessing\PostProcessingTestRunAttachmentsProcessingEventsHandler.cs (1)
50public void HandleTestRunAttachmentsProcessingComplete(TestRunAttachmentsProcessingCompleteEventArgs attachmentsProcessingCompleteEventArgs, IEnumerable<AttachmentSet>? lastChunk)
Microsoft.VisualStudio.TestPlatform.Client (2)
AttachmentsProcessing\InProcessTestRunAttachmentsProcessingEventsHandler.cs (1)
49public void HandleTestRunAttachmentsProcessingComplete(
AttachmentsProcessing\TestRunAttachmentsProcessingEventsHandler.cs (1)
32public void HandleTestRunAttachmentsProcessingComplete(TestRunAttachmentsProcessingCompleteEventArgs attachmentsProcessingCompleteEventArgs, IEnumerable<AttachmentSet>? lastChunk)
6 references to HandleTestRunAttachmentsProcessingComplete
Microsoft.TestPlatform.CrossPlatEngine (1)
AttachmentsProcessing\TestRunAttachmentsProcessingManager.cs (1)
216eventHandler?.HandleTestRunAttachmentsProcessingComplete(completeArgs, attachments);
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (2)
VsTestConsoleRequestSender.cs (2)
1347eventHandler.HandleTestRunAttachmentsProcessingComplete( 1386eventHandler.HandleTestRunAttachmentsProcessingComplete(
Microsoft.VisualStudio.TestPlatform.Client (1)
AttachmentsProcessing\InProcessTestRunAttachmentsProcessingEventsHandler.cs (1)
53_eventsHandler.HandleTestRunAttachmentsProcessingComplete(
vstest.console (1)
InProcessVsTestConsoleWrapper.cs (1)
983eventsHandler.HandleTestRunAttachmentsProcessingComplete(attachmentsProcessingArgs, lastChunk: null);
vstest.console.arm64 (1)
src\vstest\src\vstest.console\InProcessVsTestConsoleWrapper.cs (1)
983eventsHandler.HandleTestRunAttachmentsProcessingComplete(attachmentsProcessingArgs, lastChunk: null);