4 writes to current
System.Data.SqlXml (4)
System\Xml\Xsl\ListBase.cs (4)
190
this.
current
= default(T);
226
this.
current
= this.sequence[this.index];
231
this.
current
= default(T);
240
this.
current
= default(T);
2 references to current
System.Data.SqlXml (2)
System\Xml\Xsl\ListBase.cs (2)
203
get { return this.
current
; }
217
return this.
current
;