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