1 write to AttachmentProcessorsCount
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
Client\Events\TestRunAttachmentsProcessingProgressEventArgs.cs (1)
25
AttachmentProcessorsCount
= attachmentProcessorsCount;
2 references to AttachmentProcessorsCount
Microsoft.TestPlatform.CommunicationUtilities (2)
_generated\46\TestPlatformJsonContext.TestRunAttachmentsProcessingProgressEventArgs.g.cs (2)
121
Getter = static obj => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestRunAttachmentsProcessingProgressEventArgs)obj).
AttachmentProcessorsCount
,
153
writer.WriteNumber(PropName_AttachmentProcessorsCount, ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestRunAttachmentsProcessingProgressEventArgs)value).
AttachmentProcessorsCount
);