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