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