3 instantiations of VTableLikeStructValue
ILCompiler.Compiler (3)
Compiler\TypePreinit.cs (3)
1894return new VTableLikeStructValue((MetadataType)locationType, fieldThatOwnsMemory); 2696return new VTableLikeStructValue(_type, (MethodDesc[])_methods.Clone(), fieldThatOwnsMemory: null); 2767value = new VTableLikeStructValue(mdType, slots, fieldThatOwnsMemory: null);
7 references to VTableLikeStructValue
ILCompiler.Compiler (7)
Compiler\TypePreinit.cs (7)
1892else if (VTableLikeStructValue.IsCompatible(locationType)) 2701if (value is not VTableLikeStructValue other) 2713private readonly VTableLikeStructValue _parent; 2718public VTableLikeSlotReferenceValue(VTableLikeStructValue parent, int index) 2745else if (value is VTableLikeStructValue otherStruct 2757if (!VTableLikeStructValue.IsCompatible(type) 2776if (!VTableLikeStructValue.IsCompatible(field.OwningType))