6 references to FocusFilter
System.Data.SqlXml (6)
System\Xml\Xsl\Xslt\QilGenerator.cs (2)
484xslPar.Flags |= (template.Flags & XslFlags.FocusFilter); 2125if ((flags & XslFlags.FocusFilter) != 0) {
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (4)
248XslFlags templateFlags = tmpl.Flags & (XslFlags.FocusFilter | XslFlags.SideEffects); 528result |= Visit(child) & ~XslFlags.FocusFilter; 595ProcessExpr(node.Select) & ~XslFlags.FocusFilter | 704return xpathAnalyzer.Analyze(pattern) & ~XslFlags.TypeFilter & ~XslFlags.FocusFilter;