3 writes to PropertyValue
Microsoft.Build.Framework (3)
PropertyInitialValueSetEventArgs.cs (3)
44
this.
PropertyValue
= propertyValue;
75
PropertyValue
= propertyValue;
122
PropertyValue
= reader.ReadOptionalString();
2 references to PropertyValue
Microsoft.Build.Framework (2)
PropertyInitialValueSetEventArgs.cs (2)
101
RawMessage = FormatResourceStringIgnoreCodeAndKeyword("PropertyAssignment", PropertyName,
PropertyValue
, formattedLocation);
113
writer.WriteOptionalString(
PropertyValue
);