2 writes to CreateNoNewWindow
Microsoft.VisualStudio.TestPlatform.ObjectModel (2)
RunSettings\RunConfiguration.cs (2)
99CreateNoNewWindow = true; 1010runConfiguration.CreateNoNewWindow = boolValue;
5 references to CreateNoNewWindow
Microsoft.TestPlatform.TestHostRuntimeProvider (2)
Hosting\DefaultTestHostManager.cs (1)
379_createNoNewWindow = runConfiguration.CreateNoNewWindow;
Hosting\DotnetTestHostManager.cs (1)
201_createNoNewWindow = runConfiguration.CreateNoNewWindow;
Microsoft.VisualStudio.TestPlatform.ObjectModel (3)
RunSettings\RunConfiguration.cs (3)
600XmlElement createNoNewWindow = doc.CreateElement(nameof(CreateNoNewWindow)); 601createNoNewWindow.InnerXml = CreateNoNewWindow.ToString(); 998case nameof(CreateNoNewWindow):