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)
121
public (string File, int Line, int Column) Location { get =>
_location
; }