2 writes to InvokedDataCollectors
Microsoft.TestPlatform.CommunicationUtilities (1)
_generated\45\TestPlatformJsonContext.TestRunAttachmentsProcessingPayload.g.cs (1)
81Setter = static (obj, value) => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestRunAttachmentsProcessingPayload)obj).InvokedDataCollectors = value!,
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (1)
VsTestConsoleRequestSender.cs (1)
1314InvokedDataCollectors = invokedDataCollectors,
4 references to InvokedDataCollectors
Microsoft.TestPlatform.CommunicationUtilities (2)
_generated\45\TestPlatformJsonContext.TestRunAttachmentsProcessingPayload.g.cs (2)
80Getter = static obj => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestRunAttachmentsProcessingPayload)obj).InvokedDataCollectors, 151IEnumerableInvokedDataCollectorSerializeHandler(writer, ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestRunAttachmentsProcessingPayload)value).InvokedDataCollectors);
vstest.console (1)
TestPlatformHelpers\TestRequestManager.cs (1)
440attachmentsProcessingPayload.InvokedDataCollectors,
vstest.console.arm64 (1)
src\vstest\src\vstest.console\TestPlatformHelpers\TestRequestManager.cs (1)
440attachmentsProcessingPayload.InvokedDataCollectors,