5 references to SocketScratchSize
System.Net.Security (5)
System\Net\Security\TlsSession.cs (5)
1960_socketInBuffer.EnsureAvailableSpace(SocketScratchSize); 1961byte[] scratch = ArrayPool<byte>.Shared.Rent(SocketScratchSize); 2073_socketInBuffer.EnsureAvailableSpace(SocketScratchSize); 2170byte[] scratch = ArrayPool<byte>.Shared.Rent(SocketScratchSize); 2255byte[] scratch = ArrayPool<byte>.Shared.Rent(SocketScratchSize);