3 writes to PropertyName
Microsoft.Build.Framework (3)
PropertyReassignmentEventArgs.cs (3)
47PropertyName = propertyName; 81PropertyName = propertyName; 135PropertyName = reader.ReadOptionalString();
2 references to PropertyName
Microsoft.Build.Framework (2)
PropertyReassignmentEventArgs.cs (2)
114RawMessage = FormatResourceStringIgnoreCodeAndKeyword("PropertyReassignment", PropertyName, NewValue, PreviousValue, formattedLocation); 125writer.WriteOptionalString(PropertyName);