1 write to _nullableValueOffset
System.Private.CoreLib (1)
src\System\RuntimeType.BoxCache.cs (1)
55
GetBoxInfo(rt, out _pfnAllocator, out _allocatorFirstArg, out
_nullableValueOffset
, out _valueTypeSize);
2 references to _nullableValueOffset
System.Private.CoreLib (2)
src\System\RuntimeType.BoxCache.cs (2)
80
if (
_nullableValueOffset
!= 0)
86
source = ref Unsafe.Add(ref source,
_nullableValueOffset
);