9 references to Count
Microsoft.Extensions.Caching.Hybrid (9)
Internal\DefaultHybridCache.StampedeStateT.cs (1)
569switch (tags.Count)
Internal\DefaultHybridCache.TagInvalidation.cs (4)
46switch (tags.Count) 143return tags.Count switch 152int count = tags.Count; 218switch (tags.Count)
Internal\HybridCachePayload.cs (3)
76switch (tags.Count) 122Write7BitEncodedInt64(destination, ref len, (ulong)tags.Count); 124switch (tags.Count)
Internal\TagSet.cs (1)
169string[] arr = new string[Count];