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)
204
if (
_reader
!= null)
206
return new XmlElementWithLocation(prefix, localName, namespaceURI, this,
_reader
.LineNumber,
_reader
.LinePosition);
225
if (
_reader
!= null)
227
return new XmlAttributeWithLocation(prefix, localName, namespaceURI, this,
_reader
.LineNumber,
_reader
.LinePosition);