1 write to IsDesignMode
vstest.console (1)
Processors\PortArgumentProcessor.cs (1)
144_commandLineOptions.IsDesignMode = true;
7 references to IsDesignMode
vstest.console (7)
CommandLine\CommandLineOptions.cs (1)
211return IsDesignMode;
Processors\RunTestsArgumentProcessor.cs (1)
131if (_commandLineOptions.IsDesignMode)
TestPlatformHelpers\TestRequestManager.cs (5)
107CommandLineOptions.Instance.IsDesignMode), 949: _commandLineOptions.IsDesignMode; 1011_commandLineOptions.IsDesignMode); 1325if (_commandLineOptions.IsDesignMode) 1358if (_commandLineOptions.IsDesignMode)