7 references to 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(