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