3 writes to PropertyName
Microsoft.Build.Framework (3)
PropertyReassignmentEventArgs.cs (3)
46
PropertyName
= propertyName;
80
PropertyName
= propertyName;
134
PropertyName
= reader.ReadOptionalString();
7 references to PropertyName
Microsoft.Build (1)
Logging\BinaryLogger\BuildEventArgsWriter.cs (1)
571
WriteDeduplicatedString(e.
PropertyName
);
Microsoft.Build.Engine.UnitTests (4)
BuildEventArgsSerialization_Tests.cs (1)
944
e => e.
PropertyName
,
Evaluation\Evaluator_Tests.cs (3)
4783
.ShouldContain(r => r.
PropertyName
== "Prop2" && r.PreviousValue == "Value1" && r.NewValue == "Value2");
4966
.ShouldContain(r => r.
PropertyName
== "Prop2" && r.PreviousValue == "Value1" && r.NewValue == "Value2");
5095
.ShouldContain(r => r.
PropertyName
== propertyName
Microsoft.Build.Framework (2)
PropertyReassignmentEventArgs.cs (2)
113
RawMessage = FormatResourceStringIgnoreCodeAndKeyword("PropertyReassignment",
PropertyName
, NewValue, PreviousValue, formattedLocation);
124
writer.WriteOptionalString(
PropertyName
);