1 write to _reader
System.Private.Xml (1)
System\Xml\XPath\XPathNavigator.cs (1)
1086
_reader
= reader;
2 references to _reader
System.Private.Xml (2)
System\Xml\XPath\XPathNavigator.cs (2)
1095
if (exception != null &&
_reader
!= null)
1096
exception.SetSourceObject(
_reader
.UnderlyingObject);