2 writes to Location
Microsoft.Build.Framework (2)
PropertyReassignmentEventArgs.cs (2)
49this.Location = location; 102Location = reader.ReadOptionalString();
4 references to Location
Microsoft.Build (1)
Logging\BinaryLogger\BuildEventArgsWriter.cs (1)
596WriteDeduplicatedString(e.Location);
Microsoft.Build.Engine.UnitTests (1)
BuildEventArgsSerialization_Tests.cs (1)
893e => e.Location,
Microsoft.Build.Framework (2)
PropertyReassignmentEventArgs.cs (2)
78RawMessage = FormatResourceStringIgnoreCodeAndKeyword("PropertyReassignment", PropertyName, NewValue, PreviousValue, Location); 92writer.WriteOptionalString(Location);