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