3 writes to Location
Microsoft.Build.Framework (3)
PropertyReassignmentEventArgs.cs (3)
50Location = location; 84Location = location; 138Location = reader.ReadOptionalString();
4 references to Location
Microsoft.Build (1)
Logging\BinaryLogger\BuildEventArgsWriter.cs (1)
574WriteDeduplicatedString(e.Location);
Microsoft.Build.Engine.UnitTests (1)
BuildEventArgsSerialization_Tests.cs (1)
896e => e.Location,
Microsoft.Build.Framework (2)
PropertyReassignmentEventArgs.cs (2)
113string formattedLocation = File == null ? Location : $"{File} ({LineNumber},{ColumnNumber})"; 128writer.WriteOptionalString(Location);