1 write to fromKey
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\NumberAction.cs (1)
172this.fromKey = compiler.AddQuery(value, /*allowVars:*/true, /*allowKey:*/true, /*pattern*/true);
8 references to fromKey
System.Data.SqlXml (8)
System\Xml\Xsl\XsltOld\NumberAction.cs (8)
224if(this.fromKey != Compiler.InvalidQueryKey) { 228if(processor.Matches(startNode, this.fromKey)) { 235processor.Matches(startNode, this.fromKey) || // we hit 'from' or 243if(processor.Matches(sel.Current, this.fromKey)) { 278if(this.fromKey == Compiler.InvalidQueryKey) { 282if (processor.Matches(nav, this.fromKey)) { 291if (this.fromKey != Compiler.InvalidQueryKey && processor.Matches(nav, this.fromKey)) {