1 write to keys
System.Xml (1)
System\Xml\XPath\Internal\SortQuery.cs (1)
119
this.
keys
= new object[numKeys];
2 references to keys
System.Xml (2)
System\Xml\XPath\Internal\SortQuery.cs (2)
125
get { return this.
keys
[index]; }
126
set { this.
keys
[index] = value; }