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