2 references to IsMarkedToDestroy
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\ComWrappers.cs (2)
233
public readonly bool MarkedToDestroy =>
IsMarkedToDestroy
(RefCount);
294
if (
IsMarkedToDestroy
(RefCount) || Holder is null)