1 write to dictionary
mscorlib (1)
system\collections\generic\dictionary.cs (1)
809
this.
dictionary
= dictionary;
12 references to dictionary
mscorlib (12)
system\collections\generic\dictionary.cs (12)
813
return new Enumerator(
dictionary
);
825
if (array.Length - index <
dictionary
.Count) {
829
int count =
dictionary
.count;
830
Entry[] entries =
dictionary
.entries;
837
get { return
dictionary
.Count; }
853
return
dictionary
.ContainsKey(item);
862
return new Enumerator(
dictionary
);
866
return new Enumerator(
dictionary
);
886
if (array.Length - index <
dictionary
.Count) {
900
int count =
dictionary
.count;
901
Entry[] entries =
dictionary
.entries;
918
get { return ((ICollection)
dictionary
).SyncRoot; }