7 references to TestRunAttachmentsProcessingCompleteEventArgs
Microsoft.TestPlatform.CrossPlatEngine (4)
AttachmentsProcessing\TestRunAttachmentsProcessingManager.cs (4)
76
return FinalizeOperation(requestData, new
TestRunAttachmentsProcessingCompleteEventArgs
(false, null), await task, stopwatch, eventHandler);
81
return FinalizeOperation(requestData, new
TestRunAttachmentsProcessingCompleteEventArgs
(true, null), localAttachments, stopwatch, eventHandler);
95
return FinalizeOperation(requestData, new
TestRunAttachmentsProcessingCompleteEventArgs
(true, null), localAttachments, stopwatch, eventHandler);
102
return FinalizeOperation(requestData, new
TestRunAttachmentsProcessingCompleteEventArgs
(false, e), localAttachments, stopwatch, eventHandler);
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (1)
VsTestConsoleRequestSender.cs (1)
1387
new
TestRunAttachmentsProcessingCompleteEventArgs
(false, exception),
vstest.console (1)
InProcessVsTestConsoleWrapper.cs (1)
978
var attachmentsProcessingArgs = new
TestRunAttachmentsProcessingCompleteEventArgs
(
vstest.console.arm64 (1)
src\vstest\src\vstest.console\InProcessVsTestConsoleWrapper.cs (1)
978
var attachmentsProcessingArgs = new
TestRunAttachmentsProcessingCompleteEventArgs
(