Implemented interface members:
15 references to Count
Microsoft.Build.Framework (15)
ImmutableSegmentedDictionary`2.cs (3)
84
public int Count => _dictionary.
Count
;
86
public bool IsEmpty => _dictionary.
Count
== 0;
90
public bool IsDefaultOrEmpty => _dictionary?.
Count
is null or 0;
ImmutableSegmentedDictionary`2+Builder.cs (2)
54
public int Count => ReadOnlyDictionary.
Count
;
123
if (ReadOnlyDictionary.
Count
!= 0)
SegmentedDictionary`2.cs (10)
305
if (array.Length - index <
Count
)
867
if (array.Length - index <
Count
)
958
=> TrimExcess(
Count
);
969
if (capacity <
Count
)
1287
if (array.Length - index < _dictionary.
Count
)
1301
public int Count => _dictionary.
Count
;
1348
if (array.Length - index < _dictionary.
Count
)
1487
if (array.Length - index < _dictionary.
Count
)
1501
public int Count => _dictionary.
Count
;
1548
if (array.Length - index < _dictionary.
Count
)