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