5 references to _elementLocation
Microsoft.Build (5)
ElementLocation\XmlDocumentWithLocation.cs (5)
182this._elementLocation.Value = location; 190this._elementLocation.Value = null; 206else if (_elementLocation?.Value != null) 208return new XmlElementWithLocation(prefix, localName, namespaceURI, this, _elementLocation.Value.Line, _elementLocation.Value.Column);