3 writes to NewValue
Microsoft.Build.Framework (3)
PropertyReassignmentEventArgs.cs (3)
49NewValue = newValue; 83NewValue = newValue; 136NewValue = reader.ReadOptionalString();
2 references to NewValue
Microsoft.Build.Framework (2)
PropertyReassignmentEventArgs.cs (2)
114RawMessage = FormatResourceStringIgnoreCodeAndKeyword("PropertyReassignment", PropertyName, NewValue, PreviousValue, formattedLocation); 126writer.WriteOptionalString(NewValue);