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