8 references to Matches
System.Private.Xml (8)
System\Xml\Xsl\XsltOld\NumberAction.cs (6)
249if (processor.Matches(startNode, _fromKey)) 257processor.Matches(startNode, _fromKey) || // we hit 'from' or 266if (processor.Matches(sel.Current, _fromKey)) 316if (processor.Matches(nav, _fromKey)) 328if (_fromKey != Compiler.InvalidQueryKey && processor.Matches(nav, _fromKey)) 463return processor.Matches(nav, _countKey);
System\Xml\Xsl\XsltOld\Stylesheet.cs (1)
130if (proc.Matches(node, elem.Key))
System\Xml\Xsl\XsltOld\TemplateManager.cs (1)
90if (processor.Matches(navigator, matchKey))