2 implementations of GetThreadLocalModuleData
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\30\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.cs (1)
2794int global::Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.GetThreadLocalModuleData(global::Microsoft.Diagnostics.DataContractReader.Legacy.ClrDataAddress thread, uint index, void* data)
SOSDacImpl.cs (1)
4393int 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)
4401int hrLocal = _legacyImpl.GetThreadLocalModuleData(thread, index, data);