1 instantiation of XmlEmptyNavigator
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathNavigatorReader.cs (1)
1161
XmlEmptyNavigator.s_singleton = new
XmlEmptyNavigator
();
8 references to XmlEmptyNavigator
dotnet-svcutil-lib (8)
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathNavigatorReader.cs (8)
122
_nav =
XmlEmptyNavigator
.Singleton;
1071
_nav =
XmlEmptyNavigator
.Singleton;
1082
_nav =
XmlEmptyNavigator
.Singleton;
1150
private static volatile
XmlEmptyNavigator
s_singleton;
1156
public static
XmlEmptyNavigator
Singleton
1160
if (
XmlEmptyNavigator
.s_singleton == null)
1161
XmlEmptyNavigator
.s_singleton = new XmlEmptyNavigator();
1162
return
XmlEmptyNavigator
.s_singleton;