3 writes to nodeType
System.Data.SqlXml (3)
System\Xml\Xsl\QIL\QilNode.cs (3)
39this.nodeType = nodeType; 46this.nodeType = nodeType; 60set { this.nodeType = value; }
3 references to nodeType
System.Data.SqlXml (3)
System\Xml\Xsl\QIL\QilList.cs (2)
50if (this.nodeType == QilNodeType.Sequence) { 56else if (this.nodeType == QilNodeType.BranchList) {
System\Xml\Xsl\QIL\QilNode.cs (1)
59get { return this.nodeType; }