47 references to AppendChild
dotnet (1)
MsbuildProject.cs (1)
108
itemGroup.
AppendChild
(ProjectRootElement.CreateItemElement(ProjectItemElementType, @ref));
Microsoft.Build (46)
Construction\ProjectElementContainer.cs (6)
127
/// Cannot be set directly; use <see cref="
AppendChild
">AppendChild()</see>.
189
/// Reference child may be null, in which case this is equivalent to <see cref="
AppendChild
">AppendChild(child)</see>.
210
AppendChild
(child);
373
AppendChild
(child.Clone(ContainingProject));
417
parent?.
AppendChild
(clone);
427
clone.
AppendChild
(child.Clone(clone.ContainingProject));
Construction\ProjectImportGroupElement.cs (1)
68
AppendChild
(newImport);
Construction\ProjectItemDefinitionElement.cs (1)
88
AppendChild
(metadata);
Construction\ProjectItemDefinitionGroupElement.cs (1)
59
AppendChild
(itemDefinition);
Construction\ProjectItemElement.cs (1)
409
AppendChild
(metadata);
Construction\ProjectPropertyGroupElement.cs (1)
66
AppendChild
(newProperty);
Construction\ProjectRootElement.cs (6)
968
AppendChild
(import);
981
AppendChild
(importGroup);
1072
AppendChild
(newItemGroup);
1121
itemDefinitionGroupToAddTo.
AppendChild
(newItemDefinition);
1241
AppendChild
(target);
1254
AppendChild
(usingTask);
Construction\ProjectTargetElement.cs (3)
357
AppendChild
(itemGroup);
370
AppendChild
(propertyGroup);
385
AppendChild
(task);
Construction\ProjectTaskElement.cs (2)
251
AppendChild
(outputItem);
281
AppendChild
(outputProperty);
Construction\ProjectUsingTaskElement.cs (1)
222
AppendChild
(newTaskBody);
Construction\Solution\SolutionProjectGenerator.cs (16)
239
msbuildProject.
AppendChild
(solutionConfigurationProperties);
1005
traversalProject.
AppendChild
(importAfter);
1006
traversalProject.
AppendChild
(directorySolutionTargetsPropertyGroup);
1007
traversalProject.
AppendChild
(directorySolutionTargetsImport);
1008
traversalProject.
AppendChild
(importAfterLocal);
1010
directorySolutionTargetsPropertyGroup.
AppendChild
(directorySolutionTargetsFileProperty);
1011
directorySolutionTargetsPropertyGroup.
AppendChild
(directorySolutionTargetsBasePathProperty);
1012
directorySolutionTargetsPropertyGroup.
AppendChild
(directorySolutionTargetsPathProperty);
1014
directorySolutionPropsPropertyGroup.
AppendChild
(directorySolutionPropsFileProperty);
1015
directorySolutionPropsPropertyGroup.
AppendChild
(directorySolutionPropsBasePathProperty);
1016
directorySolutionPropsPropertyGroup.
AppendChild
(directorySolutionPropsPathProperty);
2296
traversalProject.
AppendChild
(configurationDefaultingPropertyGroup);
2302
traversalProject.
AppendChild
(platformDefaultingPropertyGroup);
2330
traversalProject.
AppendChild
(venusConfiguration);
2342
traversalProject.
AppendChild
(globalProperties);
2359
traversalProject.
AppendChild
(frameworkVersionProperties);
Construction\UsingTaskParameterGroupElement.cs (1)
77
AppendChild
(newParameter);
Definition\Project.cs (1)
3096
groupToAppendTo.
AppendChild
(itemElement);
Instance\ProjectItemDefinitionInstance.cs (1)
220
parent.
AppendChild
(element);
Instance\ProjectItemInstance.cs (1)
710
parent.
AppendChild
(item);
Instance\ProjectPropertyInstance.cs (1)
310
parent.
AppendChild
(property);
Instance\ProjectTargetInstance.cs (1)
470
rootElement.
AppendChild
(target);
ObjectModelRemoting\ConstructionObjectLinks\ProjectElementContainerLink.cs (1)
40
/// Helps implementation of the <see cref="ProjectElementContainer.
AppendChild
"/>.