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