1 instantiation of XPathEmptyIterator
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathEmptyIterator.cs (1)
42public static XPathEmptyIterator Instance = new XPathEmptyIterator();
5 references to XPathEmptyIterator
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\ChildrenQuery.cs (2)
17private XPathNodeIterator _iterator = XPathEmptyIterator.Instance; 27_iterator = XPathEmptyIterator.Instance;
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\ExtensionQuery.cs (1)
94_queryIterator = XPathEmptyIterator.Instance;
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\followingquery.cs (1)
48_iterator = XPathEmptyIterator.Instance;
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathEmptyIterator.cs (1)
42public static XPathEmptyIterator Instance = new XPathEmptyIterator();