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