4 writes to ParentPersistedPropertyGroup
Microsoft.Build.Engine (4)
Properties\BuildPropertyGroup.cs (4)
272newProperty.ParentPersistedPropertyGroup = this; 990propertyToAdd.ParentPersistedPropertyGroup = this; 1061property.ParentPersistedPropertyGroup = null; 1216propertyToRemove.ParentPersistedPropertyGroup = null;
3 references to ParentPersistedPropertyGroup
Microsoft.Build.Engine (3)
Properties\BuildProperty.cs (3)
621if (this.ParentPersistedPropertyGroup != null) 623ErrorUtilities.VerifyThrow(this.ParentPersistedPropertyGroup.ParentProject != null, "Persisted BuildPropertyGroup doesn't have parent project."); 624this.ParentPersistedPropertyGroup.MarkPropertyGroupAsDirty();