1 implementation of GetThreadStoreData
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\Thread_1.cs (1)
61ThreadStoreData 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)
773Contracts.ThreadStoreData threadStore = threadContract.GetThreadStoreData();
Dbi\Helpers\RefWalk.cs (1)
134ThreadStoreData threadStore = threadContract.GetThreadStoreData();
SOSDacImpl.cs (2)
4048ThreadStoreData threadStore = threadContract.GetThreadStoreData(); 4429Contracts.ThreadStoreData threadStoreData = thread.GetThreadStoreData();
SOSDacImpl.IXCLRDataProcess.cs (1)
46TargetPointer thread = contract.GetThreadStoreData().FirstThread;