Implemented interface member:
property
ActiveRunSettings
Microsoft.VisualStudio.TestPlatform.Common.Interfaces.IRunSettingsProvider.ActiveRunSettings
2 writes to ActiveRunSettings
Microsoft.VisualStudio.TestPlatform.Common (2)
RunSettingsManager.cs (2)
25
ActiveRunSettings
= new RunSettings();
66
ActiveRunSettings
= runSettings ?? throw new ArgumentNullException(nameof(runSettings));
9 references to ActiveRunSettings
Microsoft.VisualStudio.TestPlatform.Client (1)
TestPlatform.cs (1)
282
string? runSettings = RunSettingsManager.Instance.
ActiveRunSettings
.SettingsXml;
vstest.console (4)
Processors\RunSpecificTestsArgumentProcessor.cs (2)
374
TPDebug.Assert(RunSettingsManager.Instance.
ActiveRunSettings
.SettingsXml is not null, "RunSettingsManager.Instance.ActiveRunSettings.SettingsXml is null");
375
_artifactProcessingManager.CollectArtifacts(e, RunSettingsManager.Instance.
ActiveRunSettings
.SettingsXml);
Processors\RunTestsArgumentProcessor.cs (2)
234
TPDebug.Assert(RunSettingsManager.Instance.
ActiveRunSettings
.SettingsXml is not null, "RunSettingsManager.Instance.ActiveRunSettings.SettingsXml is null");
235
_artifactProcessingManager.CollectArtifacts(e, RunSettingsManager.Instance.
ActiveRunSettings
.SettingsXml);
vstest.console.arm64 (4)
src\vstest\src\vstest.console\Processors\RunSpecificTestsArgumentProcessor.cs (2)
374
TPDebug.Assert(RunSettingsManager.Instance.
ActiveRunSettings
.SettingsXml is not null, "RunSettingsManager.Instance.ActiveRunSettings.SettingsXml is null");
375
_artifactProcessingManager.CollectArtifacts(e, RunSettingsManager.Instance.
ActiveRunSettings
.SettingsXml);
src\vstest\src\vstest.console\Processors\RunTestsArgumentProcessor.cs (2)
234
TPDebug.Assert(RunSettingsManager.Instance.
ActiveRunSettings
.SettingsXml is not null, "RunSettingsManager.Instance.ActiveRunSettings.SettingsXml is null");
235
_artifactProcessingManager.CollectArtifacts(e, RunSettingsManager.Instance.
ActiveRunSettings
.SettingsXml);