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