2 writes to AttachmentsProcessingProgressEventArgs
Microsoft.TestPlatform.CommunicationUtilities (1)
_generated\26\TestPlatformJsonContext.TestRunAttachmentsProcessingProgressPayload.g.cs (1)
61Setter = static (obj, value) => ((global::Microsoft.VisualStudio.TestPlatform.CommunicationUtilities.ObjectModel.TestRunAttachmentsProcessingProgressPayload)obj).AttachmentsProcessingProgressEventArgs = value!,
Microsoft.VisualStudio.TestPlatform.Client (1)
AttachmentsProcessing\TestRunAttachmentsProcessingEventsHandler.cs (1)
50AttachmentsProcessingProgressEventArgs = attachmentsProcessingProgressEventArgs,
3 references to AttachmentsProcessingProgressEventArgs
Microsoft.TestPlatform.CommunicationUtilities (2)
_generated\26\TestPlatformJsonContext.TestRunAttachmentsProcessingProgressPayload.g.cs (2)
60Getter = static obj => ((global::Microsoft.VisualStudio.TestPlatform.CommunicationUtilities.ObjectModel.TestRunAttachmentsProcessingProgressPayload)obj).AttachmentsProcessingProgressEventArgs, 89TestRunAttachmentsProcessingProgressEventArgsSerializeHandler(writer, ((global::Microsoft.VisualStudio.TestPlatform.CommunicationUtilities.ObjectModel.TestRunAttachmentsProcessingProgressPayload)value).AttachmentsProcessingProgressEventArgs);
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (1)
VsTestConsoleRequestSender.cs (1)
1361testRunAttachmentsProcessingProgressPayload.AttachmentsProcessingProgressEventArgs!);