1 write to _e
Text.Analyzers (1)
src\Compilers\Core\Portable\Collections\SmallDictionary.cs (1)
586_e = e;
3 references to _e
Text.Analyzers (3)
src\Compilers\Core\Portable\Collections\SmallDictionary.cs (3)
589K IEnumerator<K>.Current => _e.Current; 595object IEnumerator.Current => _e.Current; 599return _e.MoveNext();