3 references to NonVtableSlot
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\RuntimeTypeSystem_1.cs (1)
281
baseSize += target.GetTypeInfo(DataType.
NonVtableSlot
).Size ?? throw new InvalidOperationException("NonVtableSlot type size must be known");
RuntimeTypeSystemHelpers\MethodDescOptionalSlots.cs (2)
95
offset += target.GetTypeInfo(DataType.
NonVtableSlot
).Size!.Value;
110
offset += target.GetTypeInfo(DataType.
NonVtableSlot
).Size!.Value;