1 instantiation of XmlEmptyNavigator
System.Xml (1)
System\Xml\XPath\XPathNavigatorReader.cs (1)
1005XmlEmptyNavigator.singleton = new XmlEmptyNavigator();
8 references to XmlEmptyNavigator
System.Xml (8)
System\Xml\XPath\XPathNavigatorReader.cs (8)
112this.nav = XmlEmptyNavigator.Singleton; 922this.nav = XmlEmptyNavigator.Singleton; 932this.nav = XmlEmptyNavigator.Singleton; 997private static volatile XmlEmptyNavigator singleton; 1002public static XmlEmptyNavigator Singleton { 1004if (XmlEmptyNavigator.singleton == null) 1005XmlEmptyNavigator.singleton = new XmlEmptyNavigator(); 1006return XmlEmptyNavigator.singleton;