1 write to f
System.Data.SqlXml (1)
System\Xml\Xsl\Xslt\MatcherBuilder.cs (1)
275
this.
f
= f;
28 references to f
System.Data.SqlXml (28)
System\Xml\Xsl\Xslt\MatcherBuilder.cs (28)
346
return
f
.True();
350
cond = cond.DeepClone(
f
.BaseFactory);
357
QilNode result =
f
.Int32(NoMatch);
361
result =
f
.Conditional(MatchPattern(it, pattern.Match),
f
.Int32(pattern.Priority), result);
371
return
f
.Conditional(
f
.IsType(it, xt), MatchPatterns(it, patternList), otherwise);
390
QilIterator stopPriority =
f
.Let(matcher);
391
QilNode result =
f
.Int32(NoMatch);
401
result =
f
.Conditional(
f
.Gt(stopPriority,
f
.Int32(lastPriority)), stopPriority, result);
404
result =
f
.Conditional(MatchPattern(it, pattern.Match),
f
.Int32(pattern.Priority), result);
410
result =
f
.Conditional(
f
.Gt(stopPriority,
f
.Int32(lastPriority)), stopPriority, result);
413
return
f
.Loop(stopPriority, result);
421
QilNode matcher =
f
.Int32(NoMatch);
424
matcher =
f
.Conditional(
f
.Eq(
f
.NameOf(it), qname.ShallowClone(
f
.BaseFactory)),
431
return
f
.Conditional(
f
.IsType(it, xt), matcher, otherwise);
436
QilNode matcher =
f
.Int32(NoMatch);
463
return
f
.Choice(matcher,
f
.BranchList(branches));