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