1 write to fromKey
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\NumberAction.cs (1)
172
this.
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)
224
if(this.
fromKey
!= Compiler.InvalidQueryKey) {
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
)) {
278
if(this.
fromKey
== Compiler.InvalidQueryKey) {
282
if (processor.Matches(nav, this.
fromKey
)) {
291
if (this.
fromKey
!= Compiler.InvalidQueryKey && processor.Matches(nav, this.
fromKey
)) {