7 references to AppendChild
Microsoft.TestPlatform.Utilities (2)
ParallelRunSettingsUtilities.cs (2)
45runConfigurationNavigator.AppendChild(MaxCpuCountSettingTemplate); 50runConfigurationNavigator?.AppendChild(RunConfigurationWithMaxCpuCountSettingTemplate);
System.Private.Xml (1)
System\Xml\XPath\XPathNavigator.cs (1)
1433edit.AppendChild(value);
vstest.console (2)
Processors\EnableCodeCoverageArgumentProcessor.cs (2)
247dataCollectorsNavigator.AppendChild(missingNodesText); 251dataCollectorsNavigator.AppendChild(CodeCoverageCollectorSettingsTemplate);
vstest.console.arm64 (2)
src\vstest\src\vstest.console\Processors\EnableCodeCoverageArgumentProcessor.cs (2)
247dataCollectorsNavigator.AppendChild(missingNodesText); 251dataCollectorsNavigator.AppendChild(CodeCoverageCollectorSettingsTemplate);