3 instantiations of VTableLikeStructValue
ILCompiler.Compiler (3)
Compiler\TypePreinit.cs (3)
1867return new VTableLikeStructValue((MetadataType)locationType, fieldThatOwnsMemory); 2669return new VTableLikeStructValue(_type, (MethodDesc[])_methods.Clone(), fieldThatOwnsMemory: null); 2740value = new VTableLikeStructValue(mdType, slots, fieldThatOwnsMemory: null);
7 references to VTableLikeStructValue
ILCompiler.Compiler (7)
Compiler\TypePreinit.cs (7)
1865else if (VTableLikeStructValue.IsCompatible(locationType)) 2674if (value is not VTableLikeStructValue other) 2686private readonly VTableLikeStructValue _parent; 2691public VTableLikeSlotReferenceValue(VTableLikeStructValue parent, int index) 2718else if (value is VTableLikeStructValue otherStruct 2730if (!VTableLikeStructValue.IsCompatible(type) 2749if (!VTableLikeStructValue.IsCompatible(field.OwningType))