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