1 write to parentPersistedPropertyGroup
Microsoft.Build.Engine (1)
Properties\BuildProperty.cs (1)
589this.parentPersistedPropertyGroup = value;
3 references to parentPersistedPropertyGroup
Microsoft.Build.Engine (3)
Properties\BuildProperty.cs (3)
581return this.parentPersistedPropertyGroup; 586ErrorUtilities.VerifyThrow(((value == null) && (this.parentPersistedPropertyGroup != null)) || ((value != null) && (this.parentPersistedPropertyGroup == null)),