1 instantiation of XPathEmptyIterator
System.Xml (1)
System\Xml\XPath\Internal\XPathEmptyIterator.cs (1)
39
public static XPathEmptyIterator Instance = new
XPathEmptyIterator
();
5 references to XPathEmptyIterator
System.Xml (5)
System\Xml\XPath\Internal\ChildrenQuery.cs (2)
18
XPathNodeIterator iterator =
XPathEmptyIterator
.Instance;
26
iterator =
XPathEmptyIterator
.Instance;
System\Xml\XPath\Internal\ExtensionQuery.cs (1)
79
queryIterator =
XPathEmptyIterator
.Instance;
System\Xml\XPath\Internal\FollowingQuery.cs (1)
43
iterator =
XPathEmptyIterator
.Instance;
System\Xml\XPath\Internal\XPathEmptyIterator.cs (1)
39
public static
XPathEmptyIterator
Instance = new XPathEmptyIterator();