13 overrides of Reset
System.Xml (13)
System\Xml\XPath\Internal\BaseAxisQuery.cs (1)
56
public override void
Reset
() {
System\Xml\XPath\Internal\CacheOutputQuery.cs (1)
32
public override void
Reset
() {
System\Xml\XPath\Internal\ContextQuery.cs (1)
23
public override void
Reset
() {
System\Xml\XPath\Internal\EmptyQuery.cs (1)
25
public override void
Reset
() { }
System\Xml\XPath\Internal\ExtensionQuery.cs (1)
34
public override void
Reset
() {
System\Xml\XPath\Internal\SortQuery.cs (1)
36
public override void
Reset
() { count = 0; }
System\Xml\XPath\Internal\UnionExpr.cs (1)
36
public override void
Reset
() {
System\Xml\XPath\Internal\ValueQuery.cs (1)
21
public sealed override void
Reset
() { }
System\Xml\XPath\Internal\XPathArrayIterator.cs (1)
69
public override void
Reset
() {
System\Xml\XPath\Internal\XPathEmptyIterator.cs (1)
36
public override void
Reset
() {}
System\Xml\XPath\Internal\XPathMultyIterator.cs (1)
115
public override void
Reset
() {
System\Xml\XPath\Internal\XPathSelectionIterator.cs (1)
34
public override void
Reset
() {
System\Xml\XPath\Internal\XPathSingletonIterator.cs (1)
59
public override void
Reset
() {
11 references to Reset
System.Xml (11)
System\Xml\XPath\Internal\BaseAxisQuery.cs (1)
60
qyInput.
Reset
();
System\Xml\XPath\Internal\ExtensionQuery.cs (1)
36
queryIterator.
Reset
();
System\Xml\XPath\Internal\FilterQuery.cs (1)
30
cond.
Reset
();
System\Xml\XPath\Internal\LogicalExpr.cs (1)
364
opnd.
Reset
();
System\Xml\XPath\Internal\Query.cs (1)
45
clone.
Reset
();
System\Xml\XPath\Internal\ResetableIterator.cs (1)
29
Reset
();
System\Xml\XPath\Internal\UnionExpr.cs (2)
37
qy1.
Reset
();
38
qy2.
Reset
();
System\Xml\XPath\Internal\XPathMultyIterator.cs (1)
119
arr[i].
Reset
();
System\Xml\XPath\Internal\XPathSelectionIterator.cs (1)
35
this.query.
Reset
();
System\Xml\XPath\XPathNavigator.cs (1)
1043
query.
Reset
();