3 writes to _refCount
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (3)
BlindAggregatorFactory.cs (3)
52
_refCount
= 1;
160
=> unchecked((uint)Interlocked.Increment(ref pThis->
_refCount
));
164
var result = unchecked((uint)Interlocked.Decrement(ref pThis->
_refCount
));