5 writes to RentBuffer
System.Net.Security (5)
System\Net\Security\SslStream.IO.cs (2)
197token.RentBuffer = true; 269token.RentBuffer = true;
System\Net\Security\SslStream.Protocol.cs (1)
822token.RentBuffer = true;
System\Net\Security\SslStreamPal.Unix.cs (2)
68token.RentBuffer = true; 186token.RentBuffer = true;
4 references to RentBuffer
System.Net.Security (4)
System\Net\Security\SslStream.Protocol.cs (4)
1476Payload = RentBuffer ? ArrayPool<byte>.Shared.Rent(Size) : new byte[Size]; 1490Payload = RentBuffer ? ArrayPool<byte>.Shared.Rent(Size + size) : new byte[Size + size]; 1494if (RentBuffer) 1513if (RentBuffer && toReturn != null)