3 writes to PropertyName
Microsoft.Build.Framework (3)
PropertyInitialValueSetEventArgs.cs (3)
42
this.
PropertyName
= propertyName;
73
PropertyName
= propertyName;
120
PropertyName
= reader.ReadOptionalString();
6 references to PropertyName
Microsoft.Build (1)
Logging\BinaryLogger\BuildEventArgsWriter.cs (1)
590
WriteDeduplicatedString(e.
PropertyName
);
Microsoft.Build.Engine.UnitTests (3)
BuildEventArgsSerialization_Tests.cs (1)
984
e => e.
PropertyName
,
Evaluation\Evaluator_Tests.cs (2)
4851
.ToDictionary(piv => piv.
PropertyName
);
4971
.ToDictionary(piv => piv.
PropertyName
);
Microsoft.Build.Framework (2)
PropertyInitialValueSetEventArgs.cs (2)
100
RawMessage = FormatResourceStringIgnoreCodeAndKeyword("PropertyAssignment",
PropertyName
, PropertyValue, formattedLocation);
111
writer.WriteOptionalString(
PropertyName
);