2 instantiations of KeyValuePairs
mscorlib (2)
system\collections\hashtable.cs (1)
616array[index++] = new KeyValuePairs(keyv,lbuckets[i].val);
system\collections\sortedlist.cs (1)
351array[i] = new KeyValuePairs(keys[i],values[i]);
10 references to KeyValuePairs
mscorlib (10)
system\collections\hashtable.cs (5)
608internal virtual KeyValuePairs[] ToKeyValuePairsArray() { 610KeyValuePairs[] array = new KeyValuePairs[count]; 1534internal override KeyValuePairs[] ToKeyValuePairsArray() { 1646public KeyValuePairs[] Items {
system\collections\sortedlist.cs (5)
348internal virtual KeyValuePairs[] ToKeyValuePairsArray() { 349KeyValuePairs[] array = new KeyValuePairs[Count]; 717internal override KeyValuePairs[] ToKeyValuePairsArray() { 1006public KeyValuePairs[] Items {