3 writes to PropertySource
Microsoft.Build.Framework (3)
PropertyInitialValueSetEventArgs.cs (3)
44
this.
PropertySource
= propertySource;
75
PropertySource
= propertySource;
122
PropertySource
= reader.ReadOptionalString();
3 references to PropertySource
Microsoft.Build (1)
Logging\BinaryLogger\BuildEventArgsWriter.cs (1)
617
WriteDeduplicatedString(e.
PropertySource
);
Microsoft.Build.Framework (2)
PropertyInitialValueSetEventArgs.cs (2)
99
string formattedLocation = File == null ?
PropertySource
: $"{File} ({LineNumber},{ColumnNumber})";
113
writer.WriteOptionalString(
PropertySource
);