10 writes to state
System.Data.SqlXml (10)
System\Xml\Xsl\Runtime\SetIterators.cs (10)
54
this.
state
= IteratorState.InitLeft;
65
this.
state
= IteratorState.NeedRight;
70
this.
state
= IteratorState.LeftIsCurrent;
75
this.
state
= IteratorState.RightIsCurrent;
80
this.
state
= IteratorState.NeedLeft;
85
this.
state
= IteratorState.NeedRight;
104
this.
state
= IteratorState.NeedLeft;
108
this.
state
= IteratorState.NeedRight;
137
this.
state
= IteratorState.RightIsCurrent;
139
this.
state
= IteratorState.LeftIsCurrent;
3 references to state
System.Data.SqlXml (3)
System\Xml\Xsl\Runtime\SetIterators.cs (3)
61
switch (this.
state
) {
103
if (this.
state
== IteratorState.LeftIsCurrent) {
136
if (this.
state
== IteratorState.LeftIsCurrent)