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