1 write to _arg
System.Private.Xml (1)
System\Xml\XPath\Internal\NodeFunctions.cs (1)
20
_arg
= arg;
8 references to _arg
System.Private.Xml (8)
System\Xml\XPath\Internal\NodeFunctions.cs (8)
26
_arg
?.SetXsltContext(context);
31
if (
_arg
== null)
35
_arg
.Evaluate(context);
36
return
_arg
.Advance();
71
_arg
!.Evaluate(context);
76
while ((nav =
_arg
.Advance()) != null)
86
while (
_arg
.Advance() != null)
100
NodeFunctions method = new NodeFunctions(_funcType, Clone(
_arg
));