2 references to PInvokeMethodDesc
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\RuntimeTypeSystem_1.cs (1)
258
baseSize = target.GetTypeInfo(DataType.
PInvokeMethodDesc
).Size ?? throw new InvalidOperationException("PInvokeMethodDesc type size must be known");
RuntimeTypeSystemHelpers\MethodDescOptionalSlots.cs (1)
60
MethodClassification.PInvoke => DataType.
PInvokeMethodDesc
,