5 writes to propertyValue
Microsoft.Build.Engine (5)
Properties\BuildProperty.cs (5)
241this.propertyValue = propertyValue; 284this.propertyValue = Utilities.GetXmlNodeInnerContents(this.propertyElement); 291this.propertyValue = propertyValue; 447this.propertyValue = Utilities.GetXmlNodeInnerContents(this.propertyElement); 452this.propertyValue = value;
9 references to propertyValue
Microsoft.Build.Engine (9)
Properties\BuildProperty.cs (9)
112writer.Write(propertyValue); 116if (propertyValue == finalValueEscaped) 376ErrorUtilities.VerifyThrow(!string.IsNullOrEmpty(this.propertyName) && (this.propertyValue != null), 395ErrorUtilities.VerifyThrow(this.propertyValue != null, 398return this.propertyValue; 431if (value == this.propertyValue) 666clone = new BuildProperty(newPropertyElement, this.propertyValue, this.Type); 706(compareToProperty.propertyValue == this.propertyValue) &&