3 references to IsAllocated
mscorlib (3)
system\runtime\compilerservices\ConditionalWeakTable.cs (3)
403if (_entries[entriesIndex].depHnd.IsAllocated) 498if ( _entries[entriesIndex].depHnd.IsAllocated && _entries[entriesIndex].depHnd.GetPrimary() == null) 525if (depHnd.IsAllocated && depHnd.GetPrimary() != null)