10 references to ImmutableSegmentedDictionary
Microsoft.Build.Framework (10)
ImmutableSegmentedDictionary`2.cs (6)
73public static readonly ImmutableSegmentedDictionary<TKey, TValue> Empty = new(new SegmentedDictionary<TKey, TValue>()); 152return new ImmutableSegmentedDictionary<TKey, TValue>(dictionary); 179return new ImmutableSegmentedDictionary<TKey, TValue>(dictionary); 216return new ImmutableSegmentedDictionary<TKey, TValue>(dictionary); 239return new ImmutableSegmentedDictionary<TKey, TValue>(dictionary); 295return new ImmutableSegmentedDictionary<TKey, TValue>(new SegmentedDictionary<TKey, TValue>(keyComparer));
ImmutableSegmentedDictionary`2+Builder.cs (1)
217_dictionary = new ImmutableSegmentedDictionary<TKey, TValue>(ReadOnlyDictionary);
ImmutableSegmentedDictionary`2+PrivateInterlocked.cs (3)
23return new ImmutableSegmentedDictionary<TKey, TValue>(dictionary); 32return new ImmutableSegmentedDictionary<TKey, TValue>(dictionary); 41return new ImmutableSegmentedDictionary<TKey, TValue>(dictionary);