1 write to _location
Microsoft.Build (1)
Definition\ProjectProperty.cs (1)
134_location = (location.File, location.Line, location.Column);
1 reference to _location
Microsoft.Build (1)
Definition\ProjectProperty.cs (1)
121public (string File, int Line, int Column) Location { get => _location; }