6 references to ImportedProperty
Microsoft.Build.Engine (6)
Properties\BuildProperty.cs (3)
403ErrorUtilities.VerifyThrowInvalidOperation(this.type != PropertyType.ImportedProperty, 513return this.type == PropertyType.ImportedProperty; 537ErrorUtilities.VerifyThrowInvalidOperation(this.Type != PropertyType.ImportedProperty,
Properties\BuildPropertyGroup.cs (3)
199: this(parentProject, propertyGroupElement, isImported ? PropertyType.ImportedProperty : PropertyType.NormalProperty) 216this.importedFromAnotherProject = (propertyType == PropertyType.ImportedProperty); 969BuildProperty newProperty = new BuildProperty(parentDocument, propertyName, propertyValue, PropertyType.ImportedProperty);