4 references to RunConfigurationNodePath
Microsoft.TestPlatform.Utilities (4)
InferRunSettingsHelper.cs (4)
140var nodePath = RunConfigurationNodePath + "/" + s; 532if (root?.SelectSingleNode(RunConfigurationNodePath) == null) 537XmlUtilities.AppendOrModifyChild(xmlDocument, RunConfigurationNodePath, RunConfigurationNodeName, innerXml: null); 614XmlUtilities.AppendOrModifyChild(xmlDocument, RunConfigurationNodePath, RunConfigurationNodeName, null);