2 writes to mainNode
System.Data.SqlXml (2)
System\Xml\Xsl\XsltOld\ReaderOutput.cs (2)
487
this.
mainNode
= record.MainNode;
574
this.
mainNode
= s_DefaultInfo;
3 references to mainNode
System.Data.SqlXml (3)
System\Xml\Xsl\XsltOld\ReaderOutput.cs (3)
334
if(this.
mainNode
.IsEmptyTag) {
508
this.currentInfo = this.
mainNode
;
582
Debug.Assert((this.currentIndex == -1) == (this.currentInfo == this.
mainNode
));