Searched refs:XmlEmptyNavigator (Results 1 – 2 of 2) sorted by relevance
112 this.nav = XmlEmptyNavigator.Singleton; in XPathNavigatorReader()922 this.nav = XmlEmptyNavigator.Singleton; in Close()932 this.nav = XmlEmptyNavigator.Singleton; in SetEOF()996 internal class XmlEmptyNavigator : XPathNavigator { class997 private static volatile XmlEmptyNavigator singleton;999 private XmlEmptyNavigator() { in XmlEmptyNavigator() method in System.Xml.XPath.XmlEmptyNavigator1002 public static XmlEmptyNavigator Singleton {1004 if (XmlEmptyNavigator.singleton == null)1005 XmlEmptyNavigator.singleton = new XmlEmptyNavigator();1006 return XmlEmptyNavigator.singleton;
118 _nav = XmlEmptyNavigator.Singleton; in XPathNavigatorReader()1067 _nav = XmlEmptyNavigator.Singleton; in Close()1078 _nav = XmlEmptyNavigator.Singleton; in SetEOF()1144 internal class XmlEmptyNavigator : XPathNavigator class1146 private static volatile XmlEmptyNavigator s_singleton;1148 private XmlEmptyNavigator() in XmlEmptyNavigator() method in System.Xml.XPath.XmlEmptyNavigator1152 public static XmlEmptyNavigator Singleton1156 if (XmlEmptyNavigator.s_singleton == null)1157 XmlEmptyNavigator.s_singleton = new XmlEmptyNavigator();1158 return XmlEmptyNavigator.s_singleton;