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