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