3 references to Function
System.Private.Xml (3)
System\Xml\Xsl\Xslt\QilGenerator.cs (2)
271
QilFunction initFunction = _f.
Function
(_f.FormalParameterList(), init, /*sideEffects:*/_f.True());
2190
QilFunction func = _f.
Function
(_f.FormalParameterList(context, value),
System\Xml\Xsl\Xslt\QilGeneratorEnv.cs (1)
484
QilFunction result = _f.
Function
(_f.FormalParameterList(name, resolvedName, key, context), fdef, _f.False());