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); 31if (_arg == null) 35_arg.Evaluate(context); 36return _arg.Advance(); 71_arg!.Evaluate(context); 76while ((nav = _arg.Advance()) != null) 86while (_arg.Advance() != null) 100NodeFunctions method = new NodeFunctions(_funcType, Clone(_arg));