5 references to SocketScratchSize
System.Net.Security (5)
System\Net\Security\TlsSession.cs (5)
1954_socketInBuffer.EnsureAvailableSpace(SocketScratchSize); 1955byte[] scratch = ArrayPool<byte>.Shared.Rent(SocketScratchSize); 2067_socketInBuffer.EnsureAvailableSpace(SocketScratchSize); 2164byte[] scratch = ArrayPool<byte>.Shared.Rent(SocketScratchSize); 2249byte[] scratch = ArrayPool<byte>.Shared.Rent(SocketScratchSize);