5 references to
Microsoft.CodeAnalysis.InteractiveHost (5)
src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (5)
69
:
this
(0, null)
74
:
this
(capacity, null)
79
:
this
(0, comparer)
124
:
this
(dictionary?.Count ?? 0, comparer)
140
:
this
((collection as ICollection<KeyValuePair<TKey, TValue>>)?.Count ?? 0, comparer)