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