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