4 writes to ParentCollection
Microsoft.Build.Engine (4)
Choose\GroupingCollection.cs (4)
310newPropertyGroup.ParentCollection = this; 365propertyGroup.ParentCollection = null; 451((BuildPropertyGroup)newGroup).ParentCollection = this; 483((BuildPropertyGroup)newGroup).ParentCollection = this;
4 references to ParentCollection
Microsoft.Build.Engine (4)
Engine\Project.cs (4)
2602ErrorUtilities.VerifyThrow(propertyGroupToRemove.ParentCollection != null, "Why doesn't this PG have a parent collection?"); 2603propertyGroupToRemove.ParentCollection.RemovePropertyGroup(propertyGroupToRemove); 2629ErrorUtilities.VerifyThrow(propertyGroupToRemove.ParentCollection != null, "Why doesn't this PG have a parent collection?"); 2630propertyGroupToRemove.ParentCollection.RemovePropertyGroup(propertyGroupToRemove);