1 write to _elementLocation
Microsoft.Build (1)
Instance\TaskFactoryLoggingHost.cs (1)
69
_elementLocation
= elementLocation;
3 references to _elementLocation
Microsoft.Build (3)
Instance\TaskFactoryLoggingHost.cs (3)
109
return
_elementLocation
.Line;
121
return
_elementLocation
.Column;
135
return
_elementLocation
.File;