1 write to reader
System.Xml (1)
System\Xml\XPath\XPathNavigator.cs (1)
958
this.
reader
= reader;
2 references to reader
System.Xml (2)
System\Xml\XPath\XPathNavigator.cs (2)
966
if (exception != null &&
reader
!= null)
967
exception.SetSourceObject(
reader
.UnderlyingObject);