3 writes to index
System.Data.SqlXml (3)
System\Xml\Xsl\ListBase.cs (3)
189
this.
index
= 0;
227
this.
index
++;
239
this.
index
= 0;
4 references to index
System.Data.SqlXml (4)
System\Xml\Xsl\ListBase.cs (4)
211
if (this.
index
== 0)
214
if (this.
index
> this.sequence.Count)
225
if (this.
index
< this.sequence.Count) {
226
this.current = this.sequence[this.
index
];