Implemented interface member:
property
ActiveRunSettings
Microsoft.VisualStudio.TestPlatform.Common.Interfaces.IRunSettingsProvider.ActiveRunSettings
2 writes to ActiveRunSettings
Microsoft.VisualStudio.TestPlatform.Common (2)
RunSettingsManager.cs (2)
20
ActiveRunSettings
= new RunSettings();
38
ActiveRunSettings
= runSettings ?? throw new ArgumentNullException(nameof(runSettings));