10 references to ImmutableSegmentedDictionary
Microsoft.Build.Framework (10)
ImmutableSegmentedDictionary`2.cs (6)
73
public static readonly ImmutableSegmentedDictionary<TKey, TValue> Empty =
new
(new SegmentedDictionary<TKey, TValue>());
152
return new
ImmutableSegmentedDictionary
<TKey, TValue>(dictionary);
179
return new
ImmutableSegmentedDictionary
<TKey, TValue>(dictionary);
216
return new
ImmutableSegmentedDictionary
<TKey, TValue>(dictionary);
239
return new
ImmutableSegmentedDictionary
<TKey, TValue>(dictionary);
295
return 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)
23
return new
ImmutableSegmentedDictionary
<TKey, TValue>(dictionary);
32
return new
ImmutableSegmentedDictionary
<TKey, TValue>(dictionary);
41
return new
ImmutableSegmentedDictionary
<TKey, TValue>(dictionary);