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