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