3 references to BuildProperty
Microsoft.Build.Engine (3)
Properties\BuildProperty.cs (1)
330this(null, propertyName, propertyValue, propertyType)
Properties\BuildPropertyGroup.cs (2)
921BuildProperty newProperty = new BuildProperty(this.ownerDocument, propertyName, propertyValue, PropertyType.NormalProperty); 969BuildProperty newProperty = new BuildProperty(parentDocument, propertyName, propertyValue, PropertyType.ImportedProperty);