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