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