2 writes to m_numAllocCalls
System (2)
parent\parent\parent\InternalApis\NDP_Common\inc\PinnableBufferCache.cs (2)
117int numAllocCalls = Interlocked.Increment(ref m_numAllocCalls); 122int previousNumAllocCalls = Interlocked.Exchange(ref m_numAllocCalls, 0);