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