2 references to Unlocked
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\SignalGate.cs (2)
45if (lastState == GateState.Unlocked) 67lastState = Interlocked.CompareExchange(ref _state, GateState.Unlocked, GateState.Locked);