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