3 references to IsAllocated
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\ConditionalWeakTable.cs (2)
777
if (entry.depHnd.
IsAllocated
&& entry.depHnd.UnsafeGetTarget() is null)
845
if (hashCode != -1 && depHnd.
IsAllocated
)
System\Threading\SyncTable.cs (1)
142
Debug.Assert(!entry.Owner.
IsAllocated
);