5 writes to Count
NuGet.Common (5)
KeyedLock.cs (5)
64
Interlocked.Decrement(ref lockState.
Count
);
104
Interlocked.Decrement(ref lockState.
Count
);
119
Interlocked.Increment(ref lockState.
Count
);
183
var count = Interlocked.Decrement(ref lockState.
Count
);
207
Count
= 1;