Implemented interface members:
18 references to Count
Microsoft.CodeAnalysis.InteractiveHost (18)
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (3)
86
public int Count => _dictionary.
Count
;
88
public bool IsEmpty => _dictionary.
Count
== 0;
92
public bool IsDefaultOrEmpty => _dictionary?.
Count
is null or 0;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (2)
58
public readonly int Count => ReadOnlyDictionary.
Count
;
132
if (ReadOnlyDictionary.
Count
!= 0)
src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (13)
160
if (source.
Count
== 0)
168
Debug.Assert(_entries.Length >= source.
Count
);
370
if (array.Length - index <
Count
)
390
Count
== 0 ? GetEmptyEnumerator() :
897
if (array.Length - index <
Count
)
988
=> TrimExcess(
Count
);
999
if (capacity <
Count
)
1325
if (array.Length - index < _dictionary.
Count
)
1339
public int Count => _dictionary.
Count
;
1392
if (array.Length - index < _dictionary.
Count
)
1533
if (array.Length - index < _dictionary.
Count
)
1547
public int Count => _dictionary.
Count
;
1600
if (array.Length - index < _dictionary.
Count
)