3 writes to hasNext
System.Data.SqlXml (3)
System\Xml\Xsl\IlGen\IteratorDescriptor.cs (3)
299
this.
hasNext
= true;
309
this.
hasNext
= true;
325
this.
hasNext
= false;
3 references to hasNext
System.Data.SqlXml (3)
System\Xml\Xsl\IlGen\IteratorDescriptor.cs (3)
282
get { return this.
hasNext
; }
289
Debug.Assert(this.
hasNext
);
323
if (this.
hasNext
) {