1 write to CacheSizeLimit
Microsoft.AspNetCore.Server.HttpSys (1)
RequestProcessing\TlsListener.cs (1)
32CacheSizeLimit = limit;
2 references to CacheSizeLimit
Microsoft.AspNetCore.Server.HttpSys (2)
RequestProcessing\TlsListener.cs (2)
86if (currentCount > CacheSizeLimit) 88var excessCount = currentCount - CacheSizeLimit;