6 references to TypeInfoList
Microsoft.Diagnostics.DataContractReader.Legacy (6)
_generated\19\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (4)
78public delegate* unmanaged[MemberFunction]<global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch*, global::Microsoft.Diagnostics.DataContractReader.Legacy.TypeInfoList*, ulong*, int> GetApproxTypeHandle_71; 2805int global::Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.GetApproxTypeHandle(global::Microsoft.Diagnostics.DataContractReader.Legacy.TypeInfoList* pTypeData, ulong* pRetVal) 2808var __target = ((delegate* unmanaged[MemberFunction]<void*, global::Microsoft.Diagnostics.DataContractReader.Legacy.TypeInfoList*, ulong*, int> )__vtable[71]); 2822internal 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)
2869public int GetApproxTypeHandle(TypeInfoList* pTypeData, ulong* pRetVal)
Dbi\IDacDbiInterface.cs (1)
721int GetApproxTypeHandle(TypeInfoList* pTypeData, ulong* pRetVal);