2 references to c_MaxCacheSize
System (2)
net\System\Net\_SSPISessionCache.cs (2)
33private static SafeCredentialReference[] _CacheSlots = new SafeCredentialReference[c_MaxCacheSize+1]; 44int index = Interlocked.Increment(ref _Current) & c_MaxCacheSize;