3 references to Function
System.Data.SqlXml (3)
System\Xml\Xsl\Xslt\QilGenerator.cs (2)
246QilFunction initFunction = f.Function(f.FormalParameterList(), init, /*sideEffects:*/f.True()); 1837QilFunction func = f.Function(f.FormalParameterList(context, value),
System\Xml\Xsl\Xslt\QilGeneratorEnv.cs (1)
410QilFunction result = f.Function(f.FormalParameterList(name, resolvedName, key, context), fdef, f.False());