10 references to ArgInfoList
Microsoft.Diagnostics.DataContractReader.Legacy (10)
_generated\22\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (4)
80
public delegate* unmanaged[MemberFunction]<global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch*, global::Microsoft.Diagnostics.DataContractReader.Legacy.DebuggerIPCE_ExpandedTypeData*, global::Microsoft.Diagnostics.DataContractReader.Legacy.
ArgInfoList
*, ulong*, int> GetExactTypeHandle_73;
2883
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.GetExactTypeHandle(global::Microsoft.Diagnostics.DataContractReader.Legacy.DebuggerIPCE_ExpandedTypeData* pTypeData, global::Microsoft.Diagnostics.DataContractReader.Legacy.
ArgInfoList
* pArgInfo, ulong* pVmTypeHandle)
2886
var __target = ((delegate* unmanaged[MemberFunction]<void*, global::Microsoft.Diagnostics.DataContractReader.Legacy.DebuggerIPCE_ExpandedTypeData*, global::Microsoft.Diagnostics.DataContractReader.Legacy.
ArgInfoList
*, ulong*, int> )__vtable[73]);
2900
internal static int ABI_GetExactTypeHandle(global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch* __this_native, global::Microsoft.Diagnostics.DataContractReader.Legacy.DebuggerIPCE_ExpandedTypeData* pTypeData, global::Microsoft.Diagnostics.DataContractReader.Legacy.
ArgInfoList
* pArgInfo, ulong* pVmTypeHandle)
Dbi\DacDbiImpl.cs (5)
3503
public int GetExactTypeHandle(DebuggerIPCE_ExpandedTypeData* pTypeData,
ArgInfoList
* pArgInfo, ulong* pVmTypeHandle)
3596
private ITypeHandle GetExactArrayTypeHandle(IRuntimeTypeSystem rts, DebuggerIPCE_ExpandedTypeData* pTopLevel,
ArgInfoList
* pArgInfo)
3607
private ITypeHandle GetExactPtrOrByRefTypeHandle(IRuntimeTypeSystem rts, DebuggerIPCE_ExpandedTypeData* pTopLevel,
ArgInfoList
* pArgInfo)
3617
private ITypeHandle GetExactClassTypeHandle(IRuntimeTypeSystem rts, DebuggerIPCE_ExpandedTypeData* pTopLevel,
ArgInfoList
* pArgInfo)
3635
private ITypeHandle GetExactFnPtrTypeHandle(IRuntimeTypeSystem rts,
ArgInfoList
* pArgInfo)
Dbi\IDacDbiInterface.cs (1)
767
int GetExactTypeHandle(DebuggerIPCE_ExpandedTypeData* pTypeData,
ArgInfoList
* pArgInfo, ulong* pVmTypeHandle);