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