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