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