3 references to Function
System.Data.SqlXml (3)
System\Xml\Xsl\QIL\QilFactory.cs (1)
113return Function(arguments, Unknown(xmlType), sideEffects, xmlType);
System\Xml\Xsl\QIL\QilPatternFactory.cs (1)
538return f.Function(args, defn, sideEffects, defn.XmlType);
System\Xml\Xsl\QIL\QilXmlReader.cs (1)
266nd = f.Function(list[0], list[1], list[2], ann.XmlType != null ? ann.XmlType : list[1].XmlType);