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)
133get { return _keys[index]; } 134set { _keys[index] = value; }