3 writes to PropertySource
Microsoft.Build.Framework (3)
PropertyInitialValueSetEventArgs.cs (3)
45
this.
PropertySource
= propertySource;
76
PropertySource
= propertySource;
123
PropertySource
= reader.ReadOptionalString();
2 references to PropertySource
Microsoft.Build.Framework (2)
PropertyInitialValueSetEventArgs.cs (2)
100
string formattedLocation = File == null ?
PropertySource
: $"{File} ({LineNumber},{ColumnNumber})";
114
writer.WriteOptionalString(
PropertySource
);