2 writes to _elementLocation
Microsoft.Build (2)
ElementLocation\XmlAttributeWithLocation.cs (2)
38
_elementLocation
= ElementLocation.Create(documentWithLocation.FullPath, lineNumber, columnNumber);
79
_elementLocation
= ElementLocation.Create(ownerDocumentWithLocation.FullPath, _elementLocation.Line, _elementLocation.Column);
4 references to _elementLocation
Microsoft.Build (4)
ElementLocation\XmlAttributeWithLocation.cs (4)
77
if (!String.Equals(
_elementLocation
.File, ownerDocumentWithLocation.FullPath ?? String.Empty, StringComparison.OrdinalIgnoreCase))
79
_elementLocation = ElementLocation.Create(ownerDocumentWithLocation.FullPath,
_elementLocation
.Line,
_elementLocation
.Column);
82
return
_elementLocation
;