15 references to DebuggerIPCE_BasicTypeData
Microsoft.Diagnostics.DataContractReader.Legacy (15)
_generated\19\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (4)
90public delegate* unmanaged[MemberFunction]<global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch*, ulong, ulong*, global::Microsoft.Diagnostics.DataContractReader.Legacy.DebuggerIPCE_BasicTypeData*, int> GetTypedByRefInfo_83; 3249int global::Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.GetTypedByRefInfo(ulong pTypedByRef, ulong* pObjRef, global::Microsoft.Diagnostics.DataContractReader.Legacy.DebuggerIPCE_BasicTypeData* pTypedByRefType) 3252var __target = ((delegate* unmanaged[MemberFunction]<void*, ulong, ulong*, global::Microsoft.Diagnostics.DataContractReader.Legacy.DebuggerIPCE_BasicTypeData*, int> )__vtable[83]); 3266internal static int ABI_GetTypedByRefInfo(global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch* __this_native, ulong pTypedByRef, ulong* pObjRef, global::Microsoft.Diagnostics.DataContractReader.Legacy.DebuggerIPCE_BasicTypeData* pTypedByRefType)
Dbi\DacDbiImpl.cs (6)
2961private TypeHandle BasicTypeInfoToTypeHandle(IRuntimeTypeSystem rts, DebuggerIPCE_BasicTypeData* pData) 2990private TypeHandle GetClassOrValueTypeHandle(IRuntimeTypeSystem rts, DebuggerIPCE_BasicTypeData* pData) 3710public int GetTypedByRefInfo(ulong pTypedByRef, ulong* pObjRef, DebuggerIPCE_BasicTypeData* pTypedByRefType) 3720FillBasicTypeInfo(rts, th, out DebuggerIPCE_BasicTypeData typeData); 3732DebuggerIPCE_BasicTypeData typeLocal; 5942internal void FillBasicTypeInfo(IRuntimeTypeSystem rts, TypeHandle typeHandle, out DebuggerIPCE_BasicTypeData typeInfo)
Dbi\IDacDbiInterface.cs (5)
384public DebuggerIPCE_BasicTypeData objectTypeData; 404[FieldOffset(8)] public DebuggerIPCE_BasicTypeData UnaryTypeData_unaryTypeArg; 407[FieldOffset(8)] public DebuggerIPCE_BasicTypeData ArrayTypeData_arrayTypeArg; 417public DebuggerIPCE_BasicTypeData* m_pList; 759int GetTypedByRefInfo(ulong pTypedByRef, ulong* pObjRef, DebuggerIPCE_BasicTypeData* pTypedByRefType);