4 references to AllocateValueType
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Reflection\MethodBaseInvoker.cs (1)
401arg = RuntimeType.AllocateValueType(sigElementType, arg);
src\libraries\System.Private.CoreLib\src\System\RuntimeType.cs (3)
947value = AllocateValueType(sigElementType, value); 967value = AllocateValueType(sigElementType, value: null); 994value = AllocateValueType(this, value: null);