5 references to GetComCount
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\ComWrappers.cs (5)
211bool rooted = GetComCount(refCount) > 0; 237return GetComCount(Interlocked.Increment(ref RefCount)); 242Debug.Assert(GetComCount(RefCount) != 0); 243return GetComCount(Interlocked.Decrement(ref RefCount)); 359Debug.Assert(GetComCount(RefCount) == 0 || HolderHandle == IntPtr.Zero);