1 write to CurrentAttachmentProcessorIndex
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
Client\Events\TestRunAttachmentsProcessingProgressEventArgs.cs (1)
22
CurrentAttachmentProcessorIndex
= currentAttachmentProcessorIndex;
2 references to CurrentAttachmentProcessorIndex
Microsoft.TestPlatform.CommunicationUtilities (2)
_generated\46\TestPlatformJsonContext.TestRunAttachmentsProcessingProgressEventArgs.g.cs (2)
60
Getter = static obj => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestRunAttachmentsProcessingProgressEventArgs)obj).
CurrentAttachmentProcessorIndex
,
149
writer.WriteNumber(PropName_CurrentAttachmentProcessorIndex, ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestRunAttachmentsProcessingProgressEventArgs)value).
CurrentAttachmentProcessorIndex
);