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)
243
if (
_fromKey
!= Compiler.InvalidQueryKey)
249
if (processor.Matches(startNode,
_fromKey
))
257
processor.Matches(startNode,
_fromKey
) || // we hit 'from' or
266
if (processor.Matches(sel.Current,
_fromKey
))
310
if (
_fromKey
== Compiler.InvalidQueryKey)
316
if (processor.Matches(nav,
_fromKey
))
328
if (
_fromKey
!= Compiler.InvalidQueryKey && processor.Matches(nav,
_fromKey
))