1 write to SplitWritesState
System (1)
net\System\Net\SecureProtocols\_SslStream.cs (1)
1057SplitWritesState = splitWritesState;
2 references to SplitWritesState
System (2)
net\System\Net\SecureProtocols\_SslStream.cs (2)
947sslStream.StartWriting(asyncRequest.SplitWritesState, asyncRequest); 985((_SslStream)asyncRequest.AsyncObject).StartWriting(splitWriteRequest.SplitWritesState, splitWriteRequest);