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