1 write to _pfnAllocator
System.Private.CoreLib (1)
src\System\RuntimeType.ActivatorCache.cs (1)
84
_pfnAllocator
= &ReturnNull;
3 references to _pfnAllocator
System.Private.CoreLib (3)
src\System\RuntimeType.ActivatorCache.cs (3)
53
out
_pfnAllocator
!, out _allocatorFirstArg,
78
if (
_pfnAllocator
== null)
135
object? retVal =
_pfnAllocator
(_allocatorFirstArg);