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