4 references to SegmentedDictionary
Microsoft.CodeAnalysis.InteractiveHost (4)
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
75
public static readonly ImmutableSegmentedDictionary<TKey, TValue> Empty = new(new
SegmentedDictionary
<TKey, TValue>());
src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (3)
395
return LazyInitializer.EnsureInitialized(ref s_emptyEnumerator, static () => new Enumerator(new
SegmentedDictionary
<TKey, TValue>(), Enumerator.KeyValuePair))!;
1364
return LazyInitializer.EnsureInitialized(ref s_emptyEnumerator, static () => new Enumerator(new
SegmentedDictionary
<TKey, TValue>()))!;
1572
return LazyInitializer.EnsureInitialized(ref s_emptyEnumerator, static () => new Enumerator(new
SegmentedDictionary
<TKey, TValue>()))!;