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