2 writes to _elementLocation
Microsoft.Build (2)
Instance\TaskFactoryEngineContext.cs (2)
80_elementLocation = elementLocation; 362_elementLocation = null;
3 references to _elementLocation
Microsoft.Build (3)
Instance\TaskFactoryEngineContext.cs (3)
122return _elementLocation.Line; 134return _elementLocation.Column; 148return _elementLocation.File;