3 references to VTableLikeStructValue
ILCompiler.Compiler (3)
Compiler\TypePreinit.cs (3)
2595
:
this
(type, new MethodDesc[GetFieldCount(type)], fieldThatOwnsMemory)
2669
return new
VTableLikeStructValue
(_type, (MethodDesc[])_methods.Clone(), fieldThatOwnsMemory: null);
2740
value = new
VTableLikeStructValue
(mdType, slots, fieldThatOwnsMemory: null);