8 references to Matches
System.Data.SqlXml (8)
System\Xml\Xsl\XsltOld\NumberAction.cs (6)
228
if(processor.
Matches
(startNode, this.fromKey)) {
235
processor.
Matches
(startNode, this.fromKey) || // we hit 'from' or
243
if(processor.
Matches
(sel.Current, this.fromKey)) {
282
if (processor.
Matches
(nav, this.fromKey)) {
291
if (this.fromKey != Compiler.InvalidQueryKey && processor.
Matches
(nav, this.fromKey)) {
403
return processor.
Matches
(nav, this.countKey);
System\Xml\Xsl\XsltOld\Stylesheet.cs (1)
112
if (proc.
Matches
(node, elem.Key)) {
System\Xml\Xsl\XsltOld\Templatemanager.cs (1)
85
if (processor.
Matches
(navigator, matchKey)) {