2 writes to _selectKey
System.Private.Xml (2)
System\Xml\Xsl\XsltOld\SortAction.cs (2)
123
_selectKey
= compiler.AddQuery(".");
147
_selectKey
= compiler.AddQuery(value);
3 references to _selectKey
System.Private.Xml (3)
System\Xml\Xsl\XsltOld\SortAction.cs (3)
121
if (
_selectKey
== Compiler.InvalidQueryKey)
136
_sort = new Sort(
_selectKey
, _lang, _dataType, _order, _caseOrder);
179
_selectKey
,