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