5 writes to value
System (5)
compmod\system\collections\generic\sortedlist.cs (5)
704value = default(TValue); 711value = default(TValue); 730value = _sortedList.values[index]; 737value = default(TValue); 788value = default(TValue);
5 references to value
System (5)
compmod\system\collections\generic\sortedlist.cs (5)
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); 777return value;