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