3 writes to args
System.Xml (3)
System\Xml\XPath\Internal\FunctionQuery.cs (3)
22
this.
args
= args;
30
args
= tmp;
32
this.
args
= tmp;
11 references to args
System.Xml (11)
System\Xml\XPath\Internal\FunctionQuery.cs (11)
26
Query[] tmp = new Query[other.
args
.Count]; {
28
tmp[i] = Clone(other.
args
[i]);
41
foreach (Query argument in
args
) {
44
XPathResultType[] argTypes = new XPathResultType[
args
.Count];
45
for(int i = 0; i <
args
.Count; i ++) {
46
argTypes[i] =
args
[i].StaticType;
62
object[] argVals = new object[
args
.Count];
63
for (int i = 0; i <
args
.Count; i ++) {
64
argVals[i] =
args
[i].Evaluate(nodeIterator);
66
argVals[i] = new XPathSelectionIterator(nodeIterator.Current,
args
[i]);
104
foreach(Query arg in this.
args
) {