1 instantiation of XPathEmptyIterator
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathEmptyIterator.cs (1)
42
public static XPathEmptyIterator Instance = new
XPathEmptyIterator
();
5 references to XPathEmptyIterator
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\ChildrenQuery.cs (2)
17
private 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)
42
public static
XPathEmptyIterator
Instance = new XPathEmptyIterator();