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