2 implementations of GetThreadAllocData
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\30\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.cs (1)
3863
int global::Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.
GetThreadAllocData
(global::Microsoft.Diagnostics.DataContractReader.Legacy.ClrDataAddress thread, global::Microsoft.Diagnostics.DataContractReader.Legacy.DacpAllocData* data)
SOSDacImpl.cs (1)
4268
int ISOSDacInterface.
GetThreadAllocData
(ClrDataAddress thread, DacpAllocData* data)
2 references to GetThreadAllocData
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\30\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.cs (1)
3893
__retVal = @this.
GetThreadAllocData
(thread, data);
SOSDacImpl.cs (1)
4292
int hrLocal = _legacyImpl.
GetThreadAllocData
(thread, &dataLocal);