3 writes to NewValue
Microsoft.Build.Framework (3)
PropertyReassignmentEventArgs.cs (3)
49NewValue = newValue; 83NewValue = newValue; 136NewValue = reader.ReadOptionalString();
7 references to NewValue
Microsoft.Build (1)
Logging\BinaryLogger\BuildEventArgsWriter.cs (1)
573WriteDeduplicatedString(e.NewValue);
Microsoft.Build.Engine.UnitTests (4)
BuildEventArgsSerialization_Tests.cs (1)
895e => e.NewValue,
Evaluation\Evaluator_Tests.cs (3)
4795.ShouldContain(r => r.PropertyName == "Prop2" && r.PreviousValue == "Value1" && r.NewValue == "Value2"); 4978.ShouldContain(r => r.PropertyName == "Prop2" && r.PreviousValue == "Value1" && r.NewValue == "Value2"); 5109&& r.NewValue == propertyNewValue
Microsoft.Build.Framework (2)
PropertyReassignmentEventArgs.cs (2)
114RawMessage = FormatResourceStringIgnoreCodeAndKeyword("PropertyReassignment", PropertyName, NewValue, PreviousValue, formattedLocation); 126writer.WriteOptionalString(NewValue);