4 references to DestroySentinel
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\ComWrappers.cs (4)
273if (curr == DestroySentinel) 372refCount = prev | DestroySentinel; 375if (refCount == DestroySentinel) 473return (c & DestroySentinel) != 0;