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