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