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