3 writes to PropertyName
Microsoft.Build.Framework (3)
PropertyReassignmentEventArgs.cs (3)
46PropertyName = propertyName; 80PropertyName = propertyName; 134PropertyName = reader.ReadOptionalString();
3 references to PropertyName
Microsoft.Build (1)
Logging\BinaryLogger\BuildEventArgsWriter.cs (1)
596WriteDeduplicatedString(e.PropertyName);
Microsoft.Build.Framework (2)
PropertyReassignmentEventArgs.cs (2)
113RawMessage = FormatResourceStringIgnoreCodeAndKeyword("PropertyReassignment", PropertyName, NewValue, PreviousValue, formattedLocation); 124writer.WriteOptionalString(PropertyName);