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)
850token.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)
1369Payload = RentBuffer ? ArrayPool<byte>.Shared.Rent(Size) : new byte[Size]; 1383Payload = RentBuffer ? ArrayPool<byte>.Shared.Rent(Size + size) : new byte[Size + size]; 1387if (RentBuffer) 1406if (RentBuffer && toReturn != null)