1 write to arg
System.Xml (1)
System\Xml\XPath\Internal\NodeFunctions.cs (1)
24this.arg = arg;
11 references to arg
System.Xml (11)
System\Xml\XPath\Internal\NodeFunctions.cs (11)
29if (arg != null) { 30arg.SetXsltContext(context); 35if (arg == null) { 38arg.Evaluate(context); 39return arg.Advance(); 69arg.Evaluate(context); 73while ((nav = arg.Advance()) != null) { 79while (arg.Advance() != null) { 91NodeFunctions method = new NodeFunctions(funcType, Clone(arg)); 99if (arg != null) { 100arg.PrintQuery(w);