3 writes to _arguments
System.Private.Xml (3)
System\Xml\Xsl\QIL\QilFunction.cs (3)
37
_arguments
= arguments;
69
case 0:
_arguments
= value; break;
88
set {
_arguments
= value; }
2 references to _arguments
System.Private.Xml (2)
System\Xml\Xsl\QIL\QilFunction.cs (2)
59
0 =>
_arguments
,
87
get { return (QilList)
_arguments
; }