7 references to DacpAllocData
Microsoft.Diagnostics.DataContractReader.Legacy (7)
_generated\30\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.cs (4)
88public delegate* unmanaged[MemberFunction]<global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch*, ulong, global::Microsoft.Diagnostics.DataContractReader.Legacy.DacpAllocData*, int> GetThreadAllocData_81; 3863int global::Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.GetThreadAllocData(global::Microsoft.Diagnostics.DataContractReader.Legacy.ClrDataAddress thread, global::Microsoft.Diagnostics.DataContractReader.Legacy.DacpAllocData* data) 3866var __target = ((delegate* unmanaged[MemberFunction]<void*, ulong, global::Microsoft.Diagnostics.DataContractReader.Legacy.DacpAllocData*, int> )__vtable[81]); 3883internal static int ABI_GetThreadAllocData(global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch* __this_native, ulong __thread_native, global::Microsoft.Diagnostics.DataContractReader.Legacy.DacpAllocData* data)
ISOSDacInterface.cs (1)
866int GetThreadAllocData(ClrDataAddress thread, DacpAllocData* data);
SOSDacImpl.cs (2)
4268int ISOSDacInterface.GetThreadAllocData(ClrDataAddress thread, DacpAllocData* data) 4291DacpAllocData dataLocal = default;