2 writes to RunSettings
Microsoft.TestPlatform.CommunicationUtilities (1)
_generated\45\TestPlatformJsonContext.TestRunAttachmentsProcessingPayload.g.cs (1)
101
Setter = static (obj, value) => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestRunAttachmentsProcessingPayload)obj).
RunSettings
= value!,
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (1)
VsTestConsoleRequestSender.cs (1)
1315
RunSettings
= runSettings,
4 references to RunSettings
Microsoft.TestPlatform.CommunicationUtilities (2)
_generated\45\TestPlatformJsonContext.TestRunAttachmentsProcessingPayload.g.cs (2)
100
Getter = static obj => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestRunAttachmentsProcessingPayload)obj).
RunSettings
,
152
writer.WriteString(PropName_RunSettings, ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestRunAttachmentsProcessingPayload)value).
RunSettings
);
vstest.console (1)
TestPlatformHelpers\TestRequestManager.cs (1)
437
attachmentsProcessingPayload.
RunSettings
,
vstest.console.arm64 (1)
src\vstest\src\vstest.console\TestPlatformHelpers\TestRequestManager.cs (1)
437
attachmentsProcessingPayload.
RunSettings
,