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