1 write to SettingsFile
vstest.console (1)
Processors\RunSettingsArgumentProcessor.cs (1)
113_commandLineOptions.SettingsFile = argument;
3 references to SettingsFile
vstest.console (3)
Processors\FrameworkArgumentProcessor.cs (2)
111&& !StringUtils.IsNullOrWhiteSpace(_commandLineOptions.SettingsFile) 112&& MSTestSettingsUtilities.IsLegacyTestSettingsFile(_commandLineOptions.SettingsFile))
TestPlatformHelpers\TestRequestManager.cs (1)
1501var settings = _commandLineOptions.SettingsFile;