1 write to dictionary
mscorlib (1)
system\collections\generic\dictionary.cs (1)
709this.dictionary = dictionary;
11 references to dictionary
mscorlib (11)
system\collections\generic\dictionary.cs (11)
717if (version != dictionary.version) { 723while ((uint)index < (uint)dictionary.count) { 724if (dictionary.entries[index].hashCode >= 0) { 725current = new KeyValuePair<TKey, TValue>(dictionary.entries[index].key, dictionary.entries[index].value); 732index = dictionary.count + 1; 746if( index == 0 || (index == dictionary.count + 1)) { 759if (version != dictionary.version) { 769if( index == 0 || (index == dictionary.count + 1)) { 779if( index == 0 || (index == dictionary.count + 1)) { 789if( index == 0 || (index == dictionary.count + 1)) {