1 write to dictionary
mscorlib (1)
system\collections\generic\dictionary.cs (1)
996
this.
dictionary
= dictionary;
12 references to dictionary
mscorlib (12)
system\collections\generic\dictionary.cs (12)
1000
return new Enumerator(
dictionary
);
1012
if (array.Length - index <
dictionary
.Count) {
1016
int count =
dictionary
.count;
1017
Entry[] entries =
dictionary
.entries;
1024
get { return
dictionary
.Count; }
1045
return
dictionary
.ContainsValue(item);
1049
return new Enumerator(
dictionary
);
1053
return new Enumerator(
dictionary
);
1073
if (array.Length - index <
dictionary
.Count)
1086
int count =
dictionary
.count;
1087
Entry[] entries =
dictionary
.entries;
1104
get { return ((ICollection)
dictionary
).SyncRoot; }