6 references to TypeInfoList
Microsoft.Diagnostics.DataContractReader.Legacy (6)
_generated\22\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (4)
79
public delegate* unmanaged[MemberFunction]<global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch*, global::Microsoft.Diagnostics.DataContractReader.Legacy.
TypeInfoList
*, ulong*, int> GetApproxTypeHandle_72;
2846
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.GetApproxTypeHandle(global::Microsoft.Diagnostics.DataContractReader.Legacy.
TypeInfoList
* pTypeData, ulong* pRetVal)
2849
var __target = ((delegate* unmanaged[MemberFunction]<void*, global::Microsoft.Diagnostics.DataContractReader.Legacy.
TypeInfoList
*, ulong*, int> )__vtable[72]);
2863
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)
3464
public int GetApproxTypeHandle(
TypeInfoList
* pTypeData, ulong* pRetVal)
Dbi\IDacDbiInterface.cs (1)
764
int GetApproxTypeHandle(
TypeInfoList
* pTypeData, ulong* pRetVal);