2 writes to AsyncState
System (2)
net\System\Net\SecureProtocols\_SslState.cs (2)
783asyncRequest.AsyncState = message; 979asyncRequest.AsyncState = exception;
1 reference to AsyncState
System (1)
net\System\Net\SecureProtocols\_SslState.cs (1)
1051object asyncState = asyncRequest.AsyncState;