5 writes to key
System (5)
compmod\system\collections\generic\sortedlist.cs (5)
703key = default(TKey); 710key = default(TKey); 729key = _sortedList.keys[index]; 736key = default(TKey); 787key = default(TKey);
5 references to key
System (5)
compmod\system\collections\generic\sortedlist.cs (5)
721return key; 747return new DictionaryEntry(key, value); 753return new KeyValuePair<TKey, TValue>(key, value); 764return new System.Collections.DictionaryEntry(key, value); 766return new KeyValuePair<TKey, TValue>(key, value);