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