3 writes to isDebug
System.Data.SqlXml (3)
System\Xml\Xsl\QIL\QilExpression.cs (3)
49this.isDebug = factory.False(); 88case 0: this.isDebug = value; break; 119set { this.isDebug = value ? this.factory.True() : this.factory.False(); }
2 references to isDebug
System.Data.SqlXml (2)
System\Xml\Xsl\QIL\QilExpression.cs (2)
75case 0: return this.isDebug; 118get { return this.isDebug.NodeType == QilNodeType.True; }