5 references to SocketScratchSize
System.Net.Security (5)
System\Net\Security\TlsSession.cs (5)
2036_socketInBuffer.EnsureAvailableSpace(SocketScratchSize); 2037byte[] scratch = ArrayPool<byte>.Shared.Rent(SocketScratchSize); 2154_socketInBuffer.EnsureAvailableSpace(SocketScratchSize); 2254byte[] scratch = ArrayPool<byte>.Shared.Rent(SocketScratchSize); 2339byte[] scratch = ArrayPool<byte>.Shared.Rent(SocketScratchSize);