3 writes to Location
Microsoft.Build.Framework (3)
PropertyReassignmentEventArgs.cs (3)
50Location = location; 84Location = location; 138Location = reader.ReadOptionalString();
2 references to Location
Microsoft.Build.Framework (2)
PropertyReassignmentEventArgs.cs (2)
113string formattedLocation = File == null ? Location : $"{File} ({LineNumber},{ColumnNumber})"; 128writer.WriteOptionalString(Location);