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