1 write to _fromKey
System.Private.Xml (1)
System\Xml\Xsl\XsltOld\NumberAction.cs (1)
180_fromKey = compiler.AddQuery(value, /*allowVars:*/true, /*allowKey:*/true, /*pattern*/true);
8 references to _fromKey
System.Private.Xml (8)
System\Xml\Xsl\XsltOld\NumberAction.cs (8)
243if (_fromKey != Compiler.InvalidQueryKey) 249if (processor.Matches(startNode, _fromKey)) 257processor.Matches(startNode, _fromKey) || // we hit 'from' or 266if (processor.Matches(sel.Current, _fromKey)) 310if (_fromKey == Compiler.InvalidQueryKey) 316if (processor.Matches(nav, _fromKey)) 328if (_fromKey != Compiler.InvalidQueryKey && processor.Matches(nav, _fromKey))