3 writes to RunAttachments
Microsoft.TestPlatform.CommunicationUtilities (1)
_generated\27\TestPlatformJsonContext.TestRunCompletePayload.g.cs (1)
101Setter = static (obj, value) => ((global::Microsoft.VisualStudio.TestPlatform.CommunicationUtilities.ObjectModel.TestRunCompletePayload)obj).RunAttachments = value!,
Microsoft.TestPlatform.CrossPlatEngine (2)
Client\Parallel\ParallelRunEventsHandler.cs (1)
154RunAttachments = _runDataAggregator.RunContextAttachments,
EventHandlers\TestRequestHandler.cs (1)
238RunAttachments = _pathConverter.UpdateAttachmentSets(runContextAttachments, PathConversionDirection.Send),
5 references to RunAttachments
Microsoft.TestPlatform.CommunicationUtilities (3)
_generated\27\TestPlatformJsonContext.TestRunCompletePayload.g.cs (2)
100Getter = static obj => ((global::Microsoft.VisualStudio.TestPlatform.CommunicationUtilities.ObjectModel.TestRunCompletePayload)obj).RunAttachments, 153ICollectionAttachmentSetSerializeHandler(writer, ((global::Microsoft.VisualStudio.TestPlatform.CommunicationUtilities.ObjectModel.TestRunCompletePayload)value).RunAttachments);
TestRequestSender.cs (1)
556testRunCompletePayload.RunAttachments,
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (2)
VsTestConsoleRequestSender.cs (2)
1168testRunCompletePayload.RunAttachments, 1254testRunCompletePayload.RunAttachments,