Home
last modified time | relevance | path

Searched refs:XmlEmptyNavigator (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/XPath/
H A DXPathNavigatorReader.cs112 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 { class
997 private static volatile XmlEmptyNavigator singleton;
999 private XmlEmptyNavigator() { in XmlEmptyNavigator() method in System.Xml.XPath.XmlEmptyNavigator
1002 public static XmlEmptyNavigator Singleton {
1004 if (XmlEmptyNavigator.singleton == null)
1005 XmlEmptyNavigator.singleton = new XmlEmptyNavigator();
1006 return XmlEmptyNavigator.singleton;
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/XPath/
H A DXPathNavigatorReader.cs118 _nav = XmlEmptyNavigator.Singleton; in XPathNavigatorReader()
1067 _nav = XmlEmptyNavigator.Singleton; in Close()
1078 _nav = XmlEmptyNavigator.Singleton; in SetEOF()
1144 internal class XmlEmptyNavigator : XPathNavigator class
1146 private static volatile XmlEmptyNavigator s_singleton;
1148 private XmlEmptyNavigator() in XmlEmptyNavigator() method in System.Xml.XPath.XmlEmptyNavigator
1152 public static XmlEmptyNavigator Singleton
1156 if (XmlEmptyNavigator.s_singleton == null)
1157 XmlEmptyNavigator.s_singleton = new XmlEmptyNavigator();
1158 return XmlEmptyNavigator.s_singleton;