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