1 write to _countKey
System.Private.Xml (1)
System\Xml\Xsl\XsltOld\NumberAction.cs (1)
175
_countKey
= compiler.AddQuery(value, /*allowVars:*/true, /*allowKey:*/true, /*pattern*/true);
2 references to _countKey
System.Private.Xml (2)
System\Xml\Xsl\XsltOld\NumberAction.cs (2)
461
if (
_countKey
!= Compiler.InvalidQueryKey)
463
return processor.Matches(nav,
_countKey
);