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