2 writes to ownerDocument
Microsoft.Build.Engine (2)
Properties\BuildPropertyGroup.cs (2)
222this.ownerDocument = propertyGroupElement.OwnerDocument; 306this.ownerDocument = ownerDocument;
4 references to ownerDocument
Microsoft.Build.Engine (4)
Properties\BuildPropertyGroup.cs (4)
696ownerDocument, 921BuildProperty newProperty = new BuildProperty(this.ownerDocument, propertyName, propertyValue, PropertyType.NormalProperty); 1017error.VerifyThrow(propertyToAdd.PropertyElement.OwnerDocument == this.ownerDocument, 1491error.VerifyThrow(this.ownerDocument != null,