1 write to _e
Microsoft.CodeAnalysis.BannedApiAnalyzers (1)
src\Compilers\Core\Portable\Collections\SmallDictionary.cs (1)
809_e = e;
3 references to _e
Microsoft.CodeAnalysis.BannedApiAnalyzers (3)
src\Compilers\Core\Portable\Collections\SmallDictionary.cs (3)
812KeyValuePair<K, V> IEnumerator<KeyValuePair<K, V>>.Current => _e.Current; 818object IEnumerator.Current => _e.Current; 822return _e.MoveNext();