3 writes to arguments
System.Data.SqlXml (3)
System\Xml\Xsl\QIL\QilFunction.cs (3)
38
this.
arguments
= arguments;
64
case 0: this.
arguments
= value; break;
82
set { this.
arguments
= value; }
2 references to arguments
System.Data.SqlXml (2)
System\Xml\Xsl\QIL\QilFunction.cs (2)
56
case 0: return this.
arguments
;
81
get { return (QilList) this.
arguments
; }