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