2 references to CreateCacheTable
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\GenericCache.cs (2)
86
_sentinelTable =
CreateCacheTable
(2, throwOnFail: true)!;
391
Entry[]? newTable =
CreateCacheTable
(size);