1 write to dictionary
mscorlib (1)
system\collections\generic\dictionary.cs (1)
930this.dictionary = dictionary;
7 references to dictionary
mscorlib (7)
system\collections\generic\dictionary.cs (7)
940if (version != dictionary.version) { 944while ((uint)index < (uint)dictionary.count) { 945if (dictionary.entries[index].hashCode >= 0) { 946currentKey = dictionary.entries[index].key; 953index = dictionary.count + 1; 966if( index == 0 || (index == dictionary.count + 1)) { 975if (version != dictionary.version) {