2 implementations of GetThreadLocalModuleData
Microsoft.Diagnostics.DataContractReader.Legacy (2)
Generated\361d1da7f942c932\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)
4538int ISOSDacInterface.GetThreadLocalModuleData(ClrDataAddress thread, uint index, void* data)
1 reference to GetThreadLocalModuleData
Microsoft.Diagnostics.DataContractReader.Legacy (1)
Generated\361d1da7f942c932\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.cs (1)
2824__retVal = @this.GetThreadLocalModuleData(thread, index, data);