3 writes to PropertyName
Microsoft.Build.Framework (3)
PropertyInitialValueSetEventArgs.cs (3)
42
this.
PropertyName
= propertyName;
73
PropertyName
= propertyName;
120
PropertyName
= reader.ReadOptionalString();
3 references to PropertyName
Microsoft.Build (1)
Logging\BinaryLogger\BuildEventArgsWriter.cs (1)
615
WriteDeduplicatedString(e.
PropertyName
);
Microsoft.Build.Framework (2)
PropertyInitialValueSetEventArgs.cs (2)
100
RawMessage = FormatResourceStringIgnoreCodeAndKeyword("PropertyAssignment",
PropertyName
, PropertyValue, formattedLocation);
111
writer.WriteOptionalString(
PropertyName
);