3 writes to state
System.Data.SqlXml (3)
System\Xml\Xsl\Runtime\TreeIterators.cs (3)
87
this.
state
= IteratorState.NoPrevious;
112
this.
state
= IteratorState.NeedDescendant;
123
this.
state
= IteratorState.NeedCurrent;
2 references to state
System.Data.SqlXml (2)
System\Xml\Xsl\Runtime\TreeIterators.cs (2)
97
if (this.
state
!= IteratorState.NeedDescendant) {
103
if (this.
state
!= IteratorState.NoPrevious && this.navRoot.IsDescendant(input))