1 write to _arg
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\NodeFunctions.cs (1)
24_arg = arg;
11 references to _arg
dotnet-svcutil-lib (11)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\NodeFunctions.cs (11)
30if (_arg != null) 32_arg.SetXsltContext(context); 38if (_arg == null) 42_arg.Evaluate(context); 43return _arg.Advance(); 78_arg.Evaluate(context); 83while ((nav = _arg.Advance()) != null) 93while (_arg.Advance() != null) 107NodeFunctions method = new NodeFunctions(_funcType, Clone(_arg)); 116if (_arg != null) 118_arg.PrintQuery(w);