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