3 references to FirstFreeEntry
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\ConditionalWeakTable.cs (3)
365return c is null || c.FirstFreeEntry == 0 ? 402Debug.Assert(table._container.FirstFreeEntry > 0, "Should have returned an empty enumerator instead"); 410_maxIndexInclusive = table._container.FirstFreeEntry - 1;