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