3 writes to Location
Microsoft.Build.Framework (3)
PropertyReassignmentEventArgs.cs (3)
49Location = location; 83Location = location; 137Location = 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)
947e => e.Location,
Microsoft.Build.Framework (2)
PropertyReassignmentEventArgs.cs (2)
112string formattedLocation = File == null ? Location : $"{File} ({LineNumber},{ColumnNumber})"; 127writer.WriteOptionalString(Location);