1 implementation of GetThreadStoreData
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\Thread_1.cs (1)
67ThreadStoreData IThread.GetThreadStoreData()
6 references to GetThreadStoreData
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\GC\GC_1.cs (1)
484ThreadStoreData store = thread.GetThreadStoreData();
Microsoft.Diagnostics.DataContractReader.Legacy (5)
Dbi\DacDbiImpl.cs (1)
976Contracts.ThreadStoreData threadStore = threadContract.GetThreadStoreData();
Dbi\Helpers\RefWalk.cs (1)
134ThreadStoreData threadStore = threadContract.GetThreadStoreData();
SOSDacImpl.cs (2)
4054ThreadStoreData threadStore = threadContract.GetThreadStoreData(); 4440Contracts.ThreadStoreData threadStoreData = thread.GetThreadStoreData();
SOSDacImpl.IXCLRDataProcess.cs (1)
107TargetPointer thread = contract.GetThreadStoreData().FirstThread;