2 writes to NewValue
Microsoft.Build.Framework (2)
PropertyReassignmentEventArgs.cs (2)
48
this.
NewValue
= newValue;
100
NewValue
= reader.ReadOptionalString();
7 references to NewValue
Microsoft.Build (1)
Logging\BinaryLogger\BuildEventArgsWriter.cs (1)
595
WriteDeduplicatedString(e.
NewValue
);
Microsoft.Build.Engine.UnitTests (4)
BuildEventArgsSerialization_Tests.cs (1)
892
e => e.
NewValue
,
Evaluation\Evaluator_Tests.cs (3)
4760
.ShouldContain(r => r.PropertyName == "Prop2" && r.PreviousValue == "Value1" && r.
NewValue
== "Value2");
4943
.ShouldContain(r => r.PropertyName == "Prop2" && r.PreviousValue == "Value1" && r.
NewValue
== "Value2");
5074
&& r.
NewValue
== propertyNewValue
Microsoft.Build.Framework (2)
PropertyReassignmentEventArgs.cs (2)
78
RawMessage = FormatResourceStringIgnoreCodeAndKeyword("PropertyReassignment", PropertyName,
NewValue
, PreviousValue, Location);
90
writer.WriteOptionalString(
NewValue
);