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