1 write to _keys
System.Private.Xml (1)
System\Xml\XPath\Internal\SortQuery.cs (1)
126
_keys
= new object[numKeys];
2 references to _keys
System.Private.Xml (2)
System\Xml\XPath\Internal\SortQuery.cs (2)
133
get { return
_keys
[index]; }
134
set {
_keys
[index] = value; }