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