1 write to m_collection
mscorlib (1)
system\collections\objectmodel\readonlydictionary.cs (1)
366m_collection = collection;
7 references to m_collection
mscorlib (7)
system\collections\objectmodel\readonlydictionary.cs (7)
383return m_collection.Contains(item); 388m_collection.CopyTo(array, arrayIndex); 392get { return m_collection.Count; } 411return m_collection.GetEnumerator(); 419return ((IEnumerable)m_collection).GetEnumerator(); 427ReadOnlyDictionaryHelpers.CopyToNonGenericICollectionHelper<TKey>(m_collection, array, index); 437ICollection c = m_collection as ICollection;