4 references to DecryptedSpan
System.Net.Security (4)
System\Net\Security\SslStream.cs (1)
761int b = _buffer.DecryptedSpan[0];
System\Net\Security\SslStream.IO.cs (1)
952_buffer.DecryptedSpan.CopyTo(extraBuffer);
System\Net\Security\SslStream.Protocol.cs (2)
1079if (_buffer.DecryptedSpan.Length > 0) 1081NetEventSource.DumpBuffer(this, _buffer.DecryptedSpan);