2 writes to CreateNoNewWindow
Microsoft.VisualStudio.TestPlatform.ObjectModel (2)
RunSettings\RunConfiguration.cs (2)
99CreateNoNewWindow = true; 1020runConfiguration.CreateNoNewWindow = boolValue;
5 references to CreateNoNewWindow
Microsoft.TestPlatform.TestHostRuntimeProvider (2)
Hosting\DefaultTestHostManager.cs (1)
372_createNoNewWindow = runConfiguration.CreateNoNewWindow;
Hosting\DotnetTestHostManager.cs (1)
202_createNoNewWindow = runConfiguration.CreateNoNewWindow;
Microsoft.VisualStudio.TestPlatform.ObjectModel (3)
RunSettings\RunConfiguration.cs (3)
610XmlElement createNoNewWindow = doc.CreateElement(nameof(CreateNoNewWindow)); 611createNoNewWindow.InnerXml = CreateNoNewWindow.ToString(); 1008case nameof(CreateNoNewWindow):