3 writes to PropertyValue
Microsoft.Build.Framework (3)
PropertyInitialValueSetEventArgs.cs (3)
43
this.
PropertyValue
= propertyValue;
74
PropertyValue
= propertyValue;
121
PropertyValue
= reader.ReadOptionalString();
3 references to PropertyValue
Microsoft.Build (1)
Logging\BinaryLogger\BuildEventArgsWriter.cs (1)
616
WriteDeduplicatedString(e.
PropertyValue
);
Microsoft.Build.Framework (2)
PropertyInitialValueSetEventArgs.cs (2)
100
RawMessage = FormatResourceStringIgnoreCodeAndKeyword("PropertyAssignment", PropertyName,
PropertyValue
, formattedLocation);
112
writer.WriteOptionalString(
PropertyValue
);