3 writes to _args
System.Private.Xml (3)
System\Xml\XPath\Internal\FunctionQuery.cs (3)
20_args = args; 31_args = tmp; 33_args = tmp;
10 references to _args
System.Private.Xml (10)
System\Xml\XPath\Internal\FunctionQuery.cs (10)
25Query[] tmp = new Query[other._args.Count]; 29tmp[i] = Clone(other._args[i]); 45foreach (Query argument in _args) 49XPathResultType[] argTypes = new XPathResultType[_args.Count]; 50for (int i = 0; i < _args.Count; i++) 52argTypes[i] = _args[i].StaticType; 71object[] argVals = new object[_args.Count]; 72for (int i = 0; i < _args.Count; i++) 74argVals[i] = _args[i].Evaluate(nodeIterator); 78argVals[i] = new XPathSelectionIterator(nodeIterator.Current, _args[i]);