1 write to SettingsFile
vstest.console (1)
Processors\RunSettingsArgumentProcessor.cs (1)
125_commandLineOptions.SettingsFile = argument;
3 references to SettingsFile
vstest.console (3)
Processors\FrameworkArgumentProcessor.cs (2)
119&& !StringUtils.IsNullOrWhiteSpace(_commandLineOptions.SettingsFile) 120&& MSTestSettingsUtilities.IsLegacyTestSettingsFile(_commandLineOptions.SettingsFile))
TestPlatformHelpers\TestRequestManager.cs (1)
1385var settings = _commandLineOptions.SettingsFile;