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