Implemented interface members:
13 references to Count
Microsoft.AspNetCore.Http (13)
Features\QueryFeature.cs (1)
191
public int KeyCount => _accumulator?.
Count
?? 0;
Internal\RequestCookieCollection.cs (5)
76
if (store.
Count
== 0)
94
return Store.
Count
;
136
if (Store == null || Store.
Count
== 0)
151
if (Store == null || Store.
Count
== 0)
166
if (Store == null || Store.
Count
== 0)
QueryCollectionInternal.cs (1)
41
public int Count => Store.
Count
;
src\Shared\Dictionary\AdaptiveCapacityDictionary.cs (6)
297
if ((uint)arrayIndex > array.Length || array.Length - arrayIndex < this.
Count
)
304
if (
Count
== 0)
350
if (
Count
== 0)
381
if (
Count
== 0)
465
EnsureCapacity(
Count
+ 1);
472
_arrayStorage[
Count
] = new KeyValuePair<TKey, TValue>(key, value);