3 writes to PropertyName
Microsoft.Build.Framework (3)
PropertyInitialValueSetEventArgs.cs (3)
43
this.
PropertyName
= propertyName;
74
PropertyName
= propertyName;
121
PropertyName
= reader.ReadOptionalString();
2 references to PropertyName
Microsoft.Build.Framework (2)
PropertyInitialValueSetEventArgs.cs (2)
101
RawMessage = FormatResourceStringIgnoreCodeAndKeyword("PropertyAssignment",
PropertyName
, PropertyValue, formattedLocation);
112
writer.WriteOptionalString(
PropertyName
);