6 writes to m_CleanupCount
System (6)
net\System\Net\Sockets\_BaseOverlappedAsyncResult.cs (6)
63
m_CleanupCount
= 1;
71
m_CleanupCount
= 2;
80
m_CleanupCount
= 1;
234
m_CleanupCount
++;
585
if (Interlocked.Decrement(ref
m_CleanupCount
) == 0) {
595
if (m_CleanupCount > 0 && Interlocked.Exchange(ref
m_CleanupCount
, 0) > 0)
1 reference to m_CleanupCount
System (1)
net\System\Net\Sockets\_BaseOverlappedAsyncResult.cs (1)
595
if (
m_CleanupCount
> 0 && Interlocked.Exchange(ref m_CleanupCount, 0) > 0)