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