2 implementations of GetThreadLocalModuleData
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\30\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.cs (1)
2794
int global::Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.
GetThreadLocalModuleData
(global::Microsoft.Diagnostics.DataContractReader.Legacy.ClrDataAddress thread, uint index, void* data)
SOSDacImpl.cs (1)
4393
int ISOSDacInterface.
GetThreadLocalModuleData
(ClrDataAddress thread, uint index, void* data)
2 references to GetThreadLocalModuleData
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\30\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.cs (1)
2824
__retVal = @this.
GetThreadLocalModuleData
(thread, index, data);
SOSDacImpl.cs (1)
4401
int hrLocal = _legacyImpl.
GetThreadLocalModuleData
(thread, index, data);