14 references to RemoveChild
dotnet (2)
MsbuildProject.cs (2)
240
itemGroup.
RemoveChild
(existingItem);
243
itemGroup.Parent.
RemoveChild
(itemGroup);
dotnet-aot (2)
src\sdk\src\Cli\dotnet\MsbuildProject.cs (2)
240
itemGroup.
RemoveChild
(existingItem);
243
itemGroup.Parent.
RemoveChild
(itemGroup);
Microsoft.Build (10)
Construction\ProjectElementContainer.cs (2)
338
/// during enumeration. See <see cref="ProjectElementContainer.
RemoveChild
(ProjectElement)"/>.
344
RemoveChild
(child);
Definition\Project.cs (6)
1717
itemElement.Parent.
RemoveChild
(itemElement);
3043
property.Xml.Parent.
RemoveChild
(property.Xml);
3047
parent.Parent.
RemoveChild
(parent);
3296
itemElement.Parent.
RemoveChild
(itemElement);
3534
item.Xml.Parent.
RemoveChild
(item.Xml);
3538
parent.Parent.
RemoveChild
(parent);
Definition\ProjectItem.cs (1)
657
_xml.
RemoveChild
(metadatum.Xml);
ObjectModelRemoting\ConstructionObjectLinks\ProjectElementContainerLink.cs (1)
50
/// Facilitate remoting the <see cref="ProjectElementContainer.
RemoveChild
"/>.