1 write to IsDesignMode
vstest.console (1)
Processors\PortArgumentProcessor.cs (1)
165_commandLineOptions.IsDesignMode = true;
7 references to IsDesignMode
vstest.console (7)
CommandLine\CommandLineOptions.cs (1)
203return IsDesignMode;
Processors\RunTestsArgumentProcessor.cs (1)
140if (_commandLineOptions.IsDesignMode)
TestPlatformHelpers\TestRequestManager.cs (5)
103commandLineOptions.IsDesignMode), 820: _commandLineOptions.IsDesignMode; 882_commandLineOptions.IsDesignMode); 1209if (_commandLineOptions.IsDesignMode) 1242if (_commandLineOptions.IsDesignMode)