2 writes to PropertyName
Microsoft.Build.Framework (2)
UninitializedPropertyReadEventArgs.cs (2)
39
this.
PropertyName
= propertyName;
58
PropertyName
= reader.ReadOptionalString();
3 references to PropertyName
Microsoft.Build (1)
Logging\BinaryLogger\BuildEventArgsWriter.cs (1)
607
WriteDeduplicatedString(e.
PropertyName
);
Microsoft.Build.Framework (2)
UninitializedPropertyReadEventArgs.cs (2)
51
writer.WriteOptionalString(
PropertyName
);
67
RawMessage = FormatResourceStringIgnoreCodeAndKeyword("UninitializedPropertyRead",
PropertyName
);