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)
385return _f.True(); 391cond = cond.DeepClone(_f.BaseFactory); 399QilNode result = _f.Int32(NoMatch); 404result = _f.Conditional(MatchPattern(it, pattern.Match), _f.Int32(pattern.Priority), result); 416return _f.Conditional(_f.IsType(it, xt), MatchPatterns(it, patternList), otherwise); 440QilIterator stopPriority = _f.Let(matcher); 441QilNode result = _f.Int32(NoMatch); 453result = _f.Conditional(_f.Gt(stopPriority, _f.Int32(lastPriority)), stopPriority, result); 456result = _f.Conditional(MatchPattern(it, pattern.Match), _f.Int32(pattern.Priority), result); 463result = _f.Conditional(_f.Gt(stopPriority, _f.Int32(lastPriority)), stopPriority, result); 466return _f.Loop(stopPriority, result); 476QilNode matcher = _f.Int32(NoMatch); 480matcher = _f.Conditional(_f.Eq(_f.NameOf(it), qname.ShallowClone(_f.BaseFactory)), 487return _f.Conditional(_f.IsType(it, xt), matcher, otherwise); 493QilNode matcher = _f.Int32(NoMatch); 523return _f.Choice(matcher, _f.BranchList(branches));