2 references to TestRunAttachmentsProcessingProgressEventArgs
Microsoft.TestPlatform.CommunicationUtilities (1)
_generated\46\TestPlatformJsonContext.TestRunAttachmentsProcessingProgressEventArgs.g.cs (1)
32
ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestRunAttachmentsProcessingProgressEventArgs
((long)args[0], (global::System.Collections.Generic.ICollection<global::System.Uri>)args[1], (long)args[2], (long)args[3]),
Microsoft.TestPlatform.CrossPlatEngine (1)
AttachmentsProcessing\TestRunAttachmentsProcessingManager.cs (1)
161
new
TestRunAttachmentsProcessingProgressEventArgs
(attachmentsHandlerIndex, attachmentProcessorUris, progress, dataCollectorAttachmentsProcessors.Length)));