2 writes to _haveRecord
System.Private.Xml (2)
System\Xml\Xsl\XsltOld\ReaderOutput.cs (2)
327
_haveRecord
= false;
581
_haveRecord
= true;
3 references to _haveRecord
System.Private.Xml (3)
System\Xml\Xsl\XsltOld\ReaderOutput.cs (3)
324
if (
_haveRecord
)
332
if (
_haveRecord
)
365
return
_haveRecord
;