2 references to MaxCacheSize
System.Net.Security (2)
src\runtime\src\libraries\Common\src\System\Net\Security\SSPIHandleCache.cs (2)
15
private static readonly SafeCredentialReference?[] s_cacheSlots = new SafeCredentialReference[
MaxCacheSize
+ 1];
28
int index = Interlocked.Increment(ref s_current) &
MaxCacheSize
;