11 references to XmlUtilities
Microsoft.TestPlatform.Utilities (11)
InferRunSettingsHelper.cs (11)
139
XmlUtilities
.RemoveChildNode(runSettingsNavigator, nodePath, s);
522
XmlUtilities
.AppendOrModifyChild(xmlDocument, RunConfigurationNodePath, RunConfigurationNodeName, innerXml: null);
534
XmlUtilities
.AppendOrModifyChild(xmlDocument, nodePath, nodeName, nodeValue.ToString());
599
XmlUtilities
.AppendOrModifyChild(xmlDocument, RunConfigurationNodePath, RunConfigurationNodeName, null);
600
XmlUtilities
.AppendOrModifyChild(xmlDocument, ResultsDirectoryNodePath, ResultsDirectoryNodeName, resultsDirectory);
602
XmlUtilities
.AppendOrModifyChild(xmlDocument, TargetPlatformNodePath, TargetPlatformNodeName, effectivePlatform.ToString());
603
XmlUtilities
.AppendOrModifyChild(xmlDocument, TargetFrameworkNodePath, TargetFrameworkNodeName, effectiveFramework.ToString());
608
platformXml =
XmlUtilities
.GetNodeXml(runSettingsNavigator, TargetPlatformNodePath);
622
return
XmlUtilities
.IsValidNodeXmlValue(platformXml, validator);
630
frameworkXml =
XmlUtilities
.GetNodeXml(runSettingsNavigator, TargetFrameworkNodePath);
650
return
XmlUtilities
.IsValidNodeXmlValue(frameworkXml, validator);