1 write to CurrentAttachmentProcessorUris
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
Client\Events\TestRunAttachmentsProcessingProgressEventArgs.cs (1)
23
CurrentAttachmentProcessorUris
= currentAttachmentProcessorUris;
2 references to CurrentAttachmentProcessorUris
Microsoft.TestPlatform.CommunicationUtilities (2)
_generated\46\TestPlatformJsonContext.TestRunAttachmentsProcessingProgressEventArgs.g.cs (2)
80
Getter = static obj => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestRunAttachmentsProcessingProgressEventArgs)obj).
CurrentAttachmentProcessorUris
,
151
ICollectionUriSerializeHandler(writer, ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestRunAttachmentsProcessingProgressEventArgs)value).
CurrentAttachmentProcessorUris
);