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