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