3 writes to definition
System.Data.SqlXml (3)
System\Xml\Xsl\QIL\QilFunction.cs (3)
39
this.
definition
= definition;
65
case 1: this.
definition
= value; break;
90
set { this.
definition
= value; }
2 references to definition
System.Data.SqlXml (2)
System\Xml\Xsl\QIL\QilFunction.cs (2)
57
case 1: return this.
definition
;
89
get { return this.
definition
; }