6 references to TestRunAttachmentsProcessingCompleteEventArgs
Microsoft.TestPlatform.CommunicationUtilities (1)
_generated\44\TestPlatformJsonContext.TestRunAttachmentsProcessingCompleteEventArgs.g.cs (1)
32ObjectWithParameterizedConstructorCreator = 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)
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),