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