6 references to TestRunAttachmentsProcessingCompleteEventArgs
Microsoft.TestPlatform.CommunicationUtilities (1)
_generated\44\TestPlatformJsonContext.TestRunAttachmentsProcessingCompleteEventArgs.g.cs (1)
32
ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestRunAttachmentsProcessingCompleteEventArgs
((bool)args[0], (global::System.Exception)args[1]),
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),