2 writes to PreviousValue
Microsoft.Build.Framework (2)
PropertyReassignmentEventArgs.cs (2)
47
this.
PreviousValue
= previousValue;
101
PreviousValue
= reader.ReadOptionalString();
7 references to PreviousValue
Microsoft.Build (1)
Logging\BinaryLogger\BuildEventArgsWriter.cs (1)
594
WriteDeduplicatedString(e.
PreviousValue
);
Microsoft.Build.Engine.UnitTests (4)
BuildEventArgsSerialization_Tests.cs (1)
891
e => e.
PreviousValue
,
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");
5073
&& r.
PreviousValue
== propertyOldValue
Microsoft.Build.Framework (2)
PropertyReassignmentEventArgs.cs (2)
78
RawMessage = FormatResourceStringIgnoreCodeAndKeyword("PropertyReassignment", PropertyName, NewValue,
PreviousValue
, Location);
91
writer.WriteOptionalString(
PreviousValue
);