11 references to LockHandshake
System (11)
net\System\Net\SecureProtocols\_SslState.cs (11)
523FinishHandshakeRead(LockHandshake); 619_LockReadState = LockHandshake; 1127int lockState = Interlocked.Exchange(ref _LockReadState, LockHandshake); 1189if (lockState != LockHandshake) 1205if (_LockReadState != LockHandshake) 1237if (lockState != LockHandshake) 1268if (lockState != LockHandshake) 1276if (_LockWriteState != LockHandshake) 1303if (lockState != LockHandshake) 1359int lockState = Interlocked.Exchange(ref _LockWriteState, LockHandshake); 1394int lockState = Interlocked.CompareExchange(ref _LockWriteState, LockNone, LockHandshake);