3 references to GetEnumerator
Microsoft.CodeAnalysis.Collections.Package (3)
Segmented\ImmutableSegmentedDictionary`2+Builder.cs (1)
129
=> IEnumerableCalls<KeyValuePair<TKey, TValue>>.
GetEnumerator
(ref _builder);
Segmented\ImmutableSegmentedHashSet`1+Builder.cs (1)
124
=> IEnumerableCalls<T>.
GetEnumerator
(ref _builder);
Segmented\ImmutableSegmentedList`1+Builder.cs (1)
227
=> IEnumerableCalls<T>.
GetEnumerator
(ref _builder);