8 references to Invoke
System.Private.Xml (8)
System\Xml\Xsl\Xslt\InvokeGenerator.cs (1)
94
QilNode invoke = _fac.
Invoke
(func, _invokeArgs);
System\Xml\Xsl\Xslt\QilGenerator.cs (3)
275
QilNode initBinding = _f.
Invoke
(initFunction, _f.ActualParameterList());
570
param.DefaultValue = _f.
Invoke
(paramFunc, paramActual);
2733
return _f.
Invoke
(applyFunction, invokeArgs);
System\Xml\Xsl\Xslt\QilGeneratorEnv.cs (4)
431
result = _f.
Invoke
(_generalKey, _f.ActualParameterList(i, resolvedName, key, env.GetCurrent()!));
442
return _f.
Invoke
(defList[0].Function!, _f.ActualParameterList(env.GetCurrent()!, key));
449
result.Add(_f.
Invoke
(keyDef.Function!, _f.ActualParameterList(env.GetCurrent()!, i)));
462
keyRef = _f.
Invoke
(keyDef.Function!, _f.ActualParameterList(context, key));