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