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