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)
97if (!String.Equals(_elementLocation.File, ownerDocumentWithLocation.FullPath ?? String.Empty, StringComparison.OrdinalIgnoreCase)) 99_elementLocation = ElementLocation.Create(ownerDocumentWithLocation.FullPath, _elementLocation.Line, _elementLocation.Column); 102return _elementLocation;