1 write to _pfnAllocator
System.Private.CoreLib (1)
src\System\RuntimeType.BoxCache.cs (1)
54GetBoxInfo(rt, out _pfnAllocator, out _allocatorFirstArg, out _nullableValueOffset, out _valueTypeSize);
2 references to _pfnAllocator
System.Private.CoreLib (2)
src\System\RuntimeType.BoxCache.cs (2)
68if (_pfnAllocator == null) 88object result = _pfnAllocator(_allocatorFirstArg);