2 writes to haveRecord
System.Data.SqlXml (2)
System\Xml\Xsl\XsltOld\ReaderOutput.cs (2)
279
this.
haveRecord
= false;
492
this.
haveRecord
= true;
3 references to haveRecord
System.Data.SqlXml (3)
System\Xml\Xsl\XsltOld\ReaderOutput.cs (3)
277
if (this.
haveRecord
) {
284
if (this.
haveRecord
) {
311
return this.
haveRecord
;