1 write to DesignMode
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
RunSettings\RunConfiguration.cs (1)
733runConfiguration.DesignMode = designMode;
5 references to DesignMode
Microsoft.TestPlatform.CrossPlatEngine (1)
TestEngine.cs (1)
491!runConfiguration.DesignMode &&
Microsoft.VisualStudio.TestPlatform.Client (1)
TestPlatform.cs (1)
147if (!runConfiguration.DesignMode)
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
RunSettings\RunConfiguration.cs (1)
512designMode.InnerXml = DesignMode.ToString();
vstest.console (1)
TestPlatformHelpers\TestRequestManager.cs (1)
818? runConfiguration.DesignMode
vstest.console.arm64 (1)
src\vstest\src\vstest.console\TestPlatformHelpers\TestRequestManager.cs (1)
818? runConfiguration.DesignMode