5 writes to RentBuffer
System.Net.Security (5)
System\Net\Security\SslStream.IO.cs (2)
215token.RentBuffer = true; 287token.RentBuffer = true;
System\Net\Security\SslStream.Protocol.cs (1)
852token.RentBuffer = true;
System\Net\Security\SslStreamPal.Unix.cs (2)
67token.RentBuffer = true; 178token.RentBuffer = true;
4 references to RentBuffer
System.Net.Security (4)
System\Net\Security\SslStream.Protocol.cs (4)
1395Payload = RentBuffer ? ArrayPool<byte>.Shared.Rent(Size) : new byte[Size]; 1409Payload = RentBuffer ? ArrayPool<byte>.Shared.Rent(Size + size) : new byte[Size + size]; 1413if (RentBuffer) 1432if (RentBuffer && toReturn != null)