3 instantiations of VTableLikeStructValue
ILCompiler.Compiler (3)
Compiler\TypePreinit.cs (3)
1878return new VTableLikeStructValue((MetadataType)locationType, fieldThatOwnsMemory); 2680return new VTableLikeStructValue(_type, (MethodDesc[])_methods.Clone(), fieldThatOwnsMemory: null); 2751value = new VTableLikeStructValue(mdType, slots, fieldThatOwnsMemory: null);
7 references to VTableLikeStructValue
ILCompiler.Compiler (7)
Compiler\TypePreinit.cs (7)
1876else if (VTableLikeStructValue.IsCompatible(locationType)) 2685if (value is not VTableLikeStructValue other) 2697private readonly VTableLikeStructValue _parent; 2702public VTableLikeSlotReferenceValue(VTableLikeStructValue parent, int index) 2729else if (value is VTableLikeStructValue otherStruct 2741if (!VTableLikeStructValue.IsCompatible(type) 2760if (!VTableLikeStructValue.IsCompatible(field.OwningType))