6 references to TypeInfoList
Microsoft.Diagnostics.DataContractReader.Legacy (6)
_generated\18\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (4)
80public delegate* unmanaged[MemberFunction]<global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch*, global::Microsoft.Diagnostics.DataContractReader.Legacy.TypeInfoList*, ulong*, int> GetApproxTypeHandle_73; 2883int global::Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.GetApproxTypeHandle(global::Microsoft.Diagnostics.DataContractReader.Legacy.TypeInfoList* pTypeData, ulong* pRetVal) 2886var __target = ((delegate* unmanaged[MemberFunction]<void*, global::Microsoft.Diagnostics.DataContractReader.Legacy.TypeInfoList*, ulong*, int> )__vtable[73]); 2900internal static int ABI_GetApproxTypeHandle(global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch* __this_native, global::Microsoft.Diagnostics.DataContractReader.Legacy.TypeInfoList* pTypeData, ulong* pRetVal)
Dbi\DacDbiImpl.cs (1)
2632public int GetApproxTypeHandle(TypeInfoList* pTypeData, ulong* pRetVal)
Dbi\IDacDbiInterface.cs (1)
638int GetApproxTypeHandle(TypeInfoList* pTypeData, ulong* pRetVal);