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