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