2 writes to _reader
Microsoft.Build (2)
ElementLocation\XmlDocumentWithLocation.cs (2)
144_reader = reader as IXmlLineInfo; 153_reader = null;
6 references to _reader
Microsoft.Build (6)
ElementLocation\XmlDocumentWithLocation.cs (6)
204if (_reader != null) 206return new XmlElementWithLocation(prefix, localName, namespaceURI, this, _reader.LineNumber, _reader.LinePosition); 225if (_reader != null) 227return new XmlAttributeWithLocation(prefix, localName, namespaceURI, this, _reader.LineNumber, _reader.LinePosition);