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