5 writes to RentBuffer
System.Net.Security (5)
System\Net\Security\SslStream.IO.cs (2)
214token.RentBuffer = true; 286token.RentBuffer = true;
System\Net\Security\SslStream.Protocol.cs (1)
851token.RentBuffer = true;
System\Net\Security\SslStreamPal.Unix.cs (2)
66token.RentBuffer = true; 177token.RentBuffer = true;
4 references to RentBuffer
System.Net.Security (4)
System\Net\Security\SslStream.Protocol.cs (4)
1370Payload = RentBuffer ? ArrayPool<byte>.Shared.Rent(Size) : new byte[Size]; 1384Payload = RentBuffer ? ArrayPool<byte>.Shared.Rent(Size + size) : new byte[Size + size]; 1388if (RentBuffer) 1407if (RentBuffer && toReturn != null)