3 writes to type
Microsoft.Build.Engine (3)
Properties\BuildProperty.cs (3)
243this.type = propertyType; 309this.type = propertyType; 501this.type = value;
9 references to type
Microsoft.Build.Engine (9)
Properties\BuildProperty.cs (9)
125writer.Write((Int32)type); 403ErrorUtilities.VerifyThrowInvalidOperation(this.type != PropertyType.ImportedProperty, 406ErrorUtilities.VerifyThrowInvalidOperation(this.type != PropertyType.EnvironmentProperty, 409ErrorUtilities.VerifyThrowInvalidOperation(this.type != PropertyType.ReservedProperty, 412ErrorUtilities.VerifyThrowInvalidOperation(this.type != PropertyType.GlobalProperty, 496return this.type; 513return this.type == PropertyType.ImportedProperty; 708(compareToProperty.type == this.type);