3 writes to Attachments
Microsoft.TestPlatform.CommunicationUtilities (1)
_generated\25\TestPlatformJsonContext.TestRunAttachmentsProcessingCompletePayload.g.cs (1)
81Setter = static (obj, value) => ((global::Microsoft.VisualStudio.TestPlatform.CommunicationUtilities.ObjectModel.TestRunAttachmentsProcessingCompletePayload)obj).Attachments = value!,
Microsoft.VisualStudio.TestPlatform.Client (2)
AttachmentsProcessing\TestRunAttachmentsProcessingEventsHandler.cs (1)
39Attachments = lastChunk
DesignMode\DesignModeClient.cs (1)
586Attachments = null
3 references to Attachments
Microsoft.TestPlatform.CommunicationUtilities (2)
_generated\25\TestPlatformJsonContext.TestRunAttachmentsProcessingCompletePayload.g.cs (2)
80Getter = static obj => ((global::Microsoft.VisualStudio.TestPlatform.CommunicationUtilities.ObjectModel.TestRunAttachmentsProcessingCompletePayload)obj).Attachments, 111IEnumerableAttachmentSetSerializeHandler(writer, ((global::Microsoft.VisualStudio.TestPlatform.CommunicationUtilities.ObjectModel.TestRunAttachmentsProcessingCompletePayload)value).Attachments);
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (1)
VsTestConsoleRequestSender.cs (1)
1349testRunAttachmentsProcessingCompletePayload.Attachments);