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