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)
279
QilNode initBinding = _f.
Invoke
(initFunction, _f.ActualParameterList());
574
param.DefaultValue = _f.
Invoke
(paramFunc, paramActual);
2737
return _f.
Invoke
(applyFunction, invokeArgs);
System\Xml\Xsl\Xslt\QilGeneratorEnv.cs (4)
433
result = _f.
Invoke
(_generalKey, _f.ActualParameterList(i, resolvedName, key, env.GetCurrent()!));
444
return _f.
Invoke
(defList[0].Function!, _f.ActualParameterList(env.GetCurrent()!, key));
451
result.Add(_f.
Invoke
(keyDef.Function!, _f.ActualParameterList(env.GetCurrent()!, i)));
464
keyRef = _f.
Invoke
(keyDef.Function!, _f.ActualParameterList(context, key));