1 instantiation of PInvokeMethodDesc
Microsoft.Diagnostics.DataContractReader.Contracts (1)
_generated\131\Microsoft_Diagnostics_DataContractReader_Data.PInvokeMethodDesc.g.cs (1)
31=> new PInvokeMethodDesc(target, address);
5 references to PInvokeMethodDesc
Microsoft.Diagnostics.DataContractReader.Contracts (5)
_generated\131\Microsoft_Diagnostics_DataContractReader_Data.PInvokeMethodDesc.g.cs (2)
30static PInvokeMethodDesc IData<PInvokeMethodDesc>.Create(Target target, TargetPointer address)
Contracts\RuntimeTypeSystem_1.cs (1)
265baseSize = Data.PInvokeMethodDesc.GetSize(target);
Data\MethodDesc.cs (1)
51internal sealed partial class PInvokeMethodDesc : IData<PInvokeMethodDesc>
RuntimeTypeSystemHelpers\MethodDescOptionalSlots.cs (1)
60MethodClassification.PInvoke => Data.PInvokeMethodDesc.GetSize(target),