3 writes to m_refcount
System.IdentityModel.Selectors (3)
infocard\client\System\IdentityModel\Selectors\CryptoHandle.cs (3)
203
m_refcount
= 1;
243
Interlocked.Increment(ref
m_refcount
);
249
int refcount = Interlocked.Decrement(ref
m_refcount
);