1 write to dictionary
mscorlib (1)
system\collections\generic\dictionary.cs (1)
1116
this.
dictionary
= dictionary;
7 references to dictionary
mscorlib (7)
system\collections\generic\dictionary.cs (7)
1126
if (version !=
dictionary
.version) {
1130
while ((uint)index < (uint)
dictionary
.count) {
1131
if (
dictionary
.entries[index].hashCode >= 0) {
1132
currentValue =
dictionary
.entries[index].value;
1138
index =
dictionary
.count + 1;
1151
if( index == 0 || (index ==
dictionary
.count + 1)) {
1160
if (version !=
dictionary
.version) {