3 writes to NewValue
Microsoft.Build.Framework (3)
PropertyReassignmentEventArgs.cs (3)
48
NewValue
= newValue;
82
NewValue
= newValue;
135
NewValue
= reader.ReadOptionalString();
3 references to NewValue
Microsoft.Build (1)
Logging\BinaryLogger\BuildEventArgsWriter.cs (1)
598
WriteDeduplicatedString(e.
NewValue
);
Microsoft.Build.Framework (2)
PropertyReassignmentEventArgs.cs (2)
113
RawMessage = FormatResourceStringIgnoreCodeAndKeyword("PropertyReassignment", PropertyName,
NewValue
, PreviousValue, formattedLocation);
125
writer.WriteOptionalString(
NewValue
);