1 write to _f
System.Private.Xml (1)
System\Xml\Xsl\Xslt\MatcherBuilder.cs (1)
303
_f
= f;
28 references to _f
System.Private.Xml (28)
System\Xml\Xsl\Xslt\MatcherBuilder.cs (28)
385
return
_f
.True();
391
cond = cond.DeepClone(
_f
.BaseFactory);
399
QilNode result =
_f
.Int32(NoMatch);
404
result =
_f
.Conditional(MatchPattern(it, pattern.Match),
_f
.Int32(pattern.Priority), result);
416
return
_f
.Conditional(
_f
.IsType(it, xt), MatchPatterns(it, patternList), otherwise);
440
QilIterator stopPriority =
_f
.Let(matcher);
441
QilNode result =
_f
.Int32(NoMatch);
453
result =
_f
.Conditional(
_f
.Gt(stopPriority,
_f
.Int32(lastPriority)), stopPriority, result);
456
result =
_f
.Conditional(MatchPattern(it, pattern.Match),
_f
.Int32(pattern.Priority), result);
463
result =
_f
.Conditional(
_f
.Gt(stopPriority,
_f
.Int32(lastPriority)), stopPriority, result);
466
return
_f
.Loop(stopPriority, result);
476
QilNode matcher =
_f
.Int32(NoMatch);
480
matcher =
_f
.Conditional(
_f
.Eq(
_f
.NameOf(it), qname.ShallowClone(
_f
.BaseFactory)),
487
return
_f
.Conditional(
_f
.IsType(it, xt), matcher, otherwise);
493
QilNode matcher =
_f
.Int32(NoMatch);
523
return
_f
.Choice(matcher,
_f
.BranchList(branches));