1 write to CurrentAttachmentProcessorProgress
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
Client\Events\TestRunAttachmentsProcessingProgressEventArgs.cs (1)
24
CurrentAttachmentProcessorProgress
= currentAttachmentProcessorProgress;
2 references to CurrentAttachmentProcessorProgress
Microsoft.TestPlatform.CommunicationUtilities (2)
_generated\46\TestPlatformJsonContext.TestRunAttachmentsProcessingProgressEventArgs.g.cs (2)
101
Getter = static obj => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestRunAttachmentsProcessingProgressEventArgs)obj).
CurrentAttachmentProcessorProgress
,
152
writer.WriteNumber(PropName_CurrentAttachmentProcessorProgress, ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestRunAttachmentsProcessingProgressEventArgs)value).
CurrentAttachmentProcessorProgress
);