2 writes to idx
System.Data.SqlXml (2)
System\Xml\Xsl\Runtime\XmlIterators.cs (2)
37this.idx = -1; 42this.idx++;
2 references to idx
System.Data.SqlXml (2)
System\Xml\Xsl\Runtime\XmlIterators.cs (2)
43if (this.idx >= idrefs.Length) 46while (!this.navCurrent.MoveToId(this.idrefs[this.idx]));