11 references to XmlUtilities
Microsoft.TestPlatform.Utilities (11)
InferRunSettingsHelper.cs (11)
141
XmlUtilities
.RemoveChildNode(runSettingsNavigator, nodePath, s);
537
XmlUtilities
.AppendOrModifyChild(xmlDocument, RunConfigurationNodePath, RunConfigurationNodeName, innerXml: null);
549
XmlUtilities
.AppendOrModifyChild(xmlDocument, nodePath, nodeName, nodeValue.ToString());
614
XmlUtilities
.AppendOrModifyChild(xmlDocument, RunConfigurationNodePath, RunConfigurationNodeName, null);
615
XmlUtilities
.AppendOrModifyChild(xmlDocument, ResultsDirectoryNodePath, ResultsDirectoryNodeName, resultsDirectory);
617
XmlUtilities
.AppendOrModifyChild(xmlDocument, TargetPlatformNodePath, TargetPlatformNodeName, effectivePlatform.ToString());
618
XmlUtilities
.AppendOrModifyChild(xmlDocument, TargetFrameworkNodePath, TargetFrameworkNodeName, effectiveFramework.ToString());
623
platformXml =
XmlUtilities
.GetNodeXml(runSettingsNavigator, TargetPlatformNodePath);
637
return
XmlUtilities
.IsValidNodeXmlValue(platformXml, validator);
645
frameworkXml =
XmlUtilities
.GetNodeXml(runSettingsNavigator, TargetFrameworkNodePath);
665
return
XmlUtilities
.IsValidNodeXmlValue(frameworkXml, validator);