1 instantiation of _SslStream
System (1)
net\System\Net\SecureProtocols\_SslState.cs (1)
396Interlocked.CompareExchange<_SslStream>(ref _SecureStream, new _SslStream(this), null);
16 references to _SslStream
System (16)
net\System\Net\SecureProtocols\_SslState.cs (3)
52private _SslStream _SecureStream; 391internal _SslStream SecureStream { 396Interlocked.CompareExchange<_SslStream>(ref _SecureStream, new _SslStream(this), null);
net\System\Net\SecureProtocols\_SslStream.cs (13)
908_SslStream sslStream = (_SslStream)asyncRequest.AsyncObject; 943_SslStream sslStream = (_SslStream)asyncRequest.AsyncObject; 965((_SslStream)request.AsyncObject).StartReading(request.Buffer, request.Offset, request.Count, request); 972((_SslStream)request.AsyncObject)._SslState.FinishRead(null); 985((_SslStream)asyncRequest.AsyncObject).StartWriting(splitWriteRequest.SplitWritesState, splitWriteRequest); 987((_SslStream)asyncRequest.AsyncObject).StartWriting(asyncRequest.Buffer, asyncRequest.Offset, asyncRequest.Count, asyncRequest); 994((_SslStream)asyncRequest.AsyncObject)._SslState.FinishWrite(); 1005_SslStream sslStream = (_SslStream)asyncRequest.AsyncObject; 1029_SslStream sslStream = (_SslStream)asyncRequest.AsyncObject;