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