8 writes to RentBuffer
System.Net.Security (8)
System\Net\Security\SslStream.IO.cs (2)
197token.RentBuffer = true; 269token.RentBuffer = true;
System\Net\Security\SslStream.Protocol.cs (1)
833token.RentBuffer = true;
System\Net\Security\SslStreamPal.Unix.cs (2)
73token.RentBuffer = true; 191token.RentBuffer = true;
System\Net\Security\TlsSession.cs (3)
906token.RentBuffer = true; 1489token.RentBuffer = true; 1849token.RentBuffer = true;
4 references to RentBuffer
System.Net.Security (4)
System\Net\Security\SslStream.Protocol.cs (4)
1558Payload = RentBuffer ? ArrayPool<byte>.Shared.Rent(Size) : new byte[Size]; 1572Payload = RentBuffer ? ArrayPool<byte>.Shared.Rent(Size + size) : new byte[Size + size]; 1576if (RentBuffer) 1595if (RentBuffer && toReturn != null)