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