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)
4 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(