1 write to propertyName
Microsoft.Build.Engine (1)
Properties\BuildProperty.cs (1)
290this.propertyName = propertyName;
5 references to propertyName
Microsoft.Build.Engine (5)
Properties\BuildProperty.cs (5)
111writer.Write(propertyName); 376ErrorUtilities.VerifyThrow(!string.IsNullOrEmpty(this.propertyName) && (this.propertyValue != null), 380return this.propertyName; 705(String.Equals(compareToProperty.propertyName, this.propertyName, StringComparison.OrdinalIgnoreCase)) &&