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