6 references to SegmentedDictionary
Microsoft.CodeAnalysis.Workspaces (6)
ObjectWriter.cs (1)
393new(() => new SegmentedDictionary<object, int>(128, ReferenceEqualityComparer.Instance));
SegmentedDictionary`2.cs (5)
63: this(0, null) 68: this(capacity, null) 73: this(0, comparer) 106: this(dictionary != null ? dictionary.Count : 0, comparer) 144: this((collection as ICollection<KeyValuePair<TKey, TValue>>)?.Count ?? 0, comparer)