5 references to
Microsoft.Build.Framework (5)
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)