1 write to DesignMode
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
RunSettings\RunConfiguration.cs (1)
733runConfiguration.DesignMode = designMode;
6 references to DesignMode
Microsoft.TestPlatform.CrossPlatEngine (1)
TestEngine.cs (1)
642!runConfiguration.DesignMode &&
Microsoft.VisualStudio.TestPlatform.Client (2)
TestPlatform.cs (2)
153if (!runConfiguration.DesignMode) 180if (!runConfiguration.DesignMode)
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
RunSettings\RunConfiguration.cs (1)
512designMode.InnerXml = DesignMode.ToString();
vstest.console (1)
TestPlatformHelpers\TestRequestManager.cs (1)
948? runConfiguration.DesignMode
vstest.console.arm64 (1)
src\vstest\src\vstest.console\TestPlatformHelpers\TestRequestManager.cs (1)
948? runConfiguration.DesignMode