2 writes to factory
System.Data.SqlXml (2)
System\Xml\Xsl\QIL\QilExpression.cs (2)
48
this.
factory
= factory;
111
set { this.
factory
= value; }
3 references to factory
System.Data.SqlXml (3)
System\Xml\Xsl\QIL\QilExpression.cs (3)
110
get { return this.
factory
; }
119
set { this.isDebug = value ? this.
factory
.True() : this.
factory
.False(); }