2 writes to PropertyName
Microsoft.Build.Framework (2)
PropertyReassignmentEventArgs.cs (2)
46this.PropertyName = propertyName; 99PropertyName = reader.ReadOptionalString();
7 references to PropertyName
Microsoft.Build (1)
Logging\BinaryLogger\BuildEventArgsWriter.cs (1)
593WriteDeduplicatedString(e.PropertyName);
Microsoft.Build.Engine.UnitTests (4)
BuildEventArgsSerialization_Tests.cs (1)
890e => e.PropertyName,
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"); 5072.ShouldContain(r => r.PropertyName == propertyName
Microsoft.Build.Framework (2)
PropertyReassignmentEventArgs.cs (2)
78RawMessage = FormatResourceStringIgnoreCodeAndKeyword("PropertyReassignment", PropertyName, NewValue, PreviousValue, Location); 89writer.WriteOptionalString(PropertyName);