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