1 write to m_enumerator
mscorlib (1)
system\Collections\Concurrent\ConcurrentDictionary.cs (1)
2155m_enumerator = dictionary.GetEnumerator();
6 references to m_enumerator
mscorlib (6)
system\Collections\Concurrent\ConcurrentDictionary.cs (6)
2160get { return new DictionaryEntry(m_enumerator.Current.Key, m_enumerator.Current.Value); } 2165get { return m_enumerator.Current.Key; } 2170get { return m_enumerator.Current.Value; } 2180return m_enumerator.MoveNext(); 2185m_enumerator.Reset();