2 references to Unlocked
System.ServiceModel.Primitives (2)
Internals\System\Runtime\SignalGate.cs (2)
46if (lastState == GateState.Unlocked) 68lastState = Interlocked.CompareExchange(ref _state, GateState.Unlocked, GateState.Locked);