1 write to f
System.Data.SqlXml (1)
System\Xml\Xsl\QIL\QilXmlReader.cs (1)
62this.f = new QilFactory();
29 references to f
System.Data.SqlXml (29)
System\Xml\Xsl\QIL\QilXmlReader.cs (29)
71this.stk.Push(f.Sequence()); 114nd = f.LiteralString(ReadText()); 118nd = f.LiteralInt32(Int32.Parse(ReadText(), CultureInfo.InvariantCulture)); 122nd = f.LiteralInt64(Int64.Parse(ReadText(), CultureInfo.InvariantCulture)); 126nd = f.LiteralDouble(Double.Parse(ReadText(), CultureInfo.InvariantCulture)); 130nd = f.LiteralDecimal(Decimal.Parse(ReadText(), CultureInfo.InvariantCulture)); 134nd = f.LiteralType(ParseType(ReadText())); 162nd = f.Sequence(); 197QilExpression qil = f.QilExpression(list[list.Count - 1]); 243nd = f.Parameter(null, name, ann.XmlType); 245nd = f.Parameter(list[0], name, ann.XmlType); 251nd = f.Let(f.Unknown(ann.XmlType)); 253nd = f.Let(list[0]); 258nd = f.For(list[0]); 264nd = f.Function(list[0], list[1], ann.XmlType); 266nd = f.Function(list[0], list[1], list[2], ann.XmlType != null ? ann.XmlType : list[1].XmlType); 310nd = f.Sequence(list); 314nd = f.FunctionList(list); 318nd = f.GlobalVariableList(list); 322nd = f.GlobalParameterList(list); 326nd = f.ActualParameterList(list); 330nd = f.FormalParameterList(list); 334nd = f.SortKeyList(list); 338nd = f.BranchList(list); 358nd = f.XsltInvokeEarlyBound(name, f.LiteralObject(mi), list[1], ann.XmlType); 374nd = (QilNode) facMethod.Invoke(f, facArgs); 456return f.LiteralQName(local, uri, prefix);