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