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