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