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)
53out _pfnAllocator!, out _allocatorFirstArg, 78if (_pfnAllocator == null) 135object? retVal = _pfnAllocator(_allocatorFirstArg);