2 writes to _elementLocation
Microsoft.Build (2)
ElementLocation\XmlElementWithLocation.cs (2)
50
_elementLocation
= ElementLocation.Create(documentWithLocation.FullPath, lineNumber, adjustedColumn);
99
_elementLocation
= ElementLocation.Create(ownerDocumentWithLocation.FullPath, _elementLocation.Line, _elementLocation.Column);
4 references to _elementLocation
Microsoft.Build (4)
ElementLocation\XmlElementWithLocation.cs (4)
97
if (!String.Equals(
_elementLocation
.File, ownerDocumentWithLocation.FullPath ?? String.Empty, StringComparison.OrdinalIgnoreCase))
99
_elementLocation = ElementLocation.Create(ownerDocumentWithLocation.FullPath,
_elementLocation
.Line,
_elementLocation
.Column);
102
return
_elementLocation
;