1 implementation of GetThreadStoreData
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\Thread_1.cs (1)
61ThreadStoreData IThread.GetThreadStoreData()
4 references to GetThreadStoreData
Microsoft.Diagnostics.DataContractReader.Legacy (4)
Dbi\DacDbiImpl.cs (1)
654Contracts.ThreadStoreData threadStore = threadContract.GetThreadStoreData();
SOSDacImpl.cs (2)
4054ThreadStoreData threadStore = threadContract.GetThreadStoreData(); 4433Contracts.ThreadStoreData threadStoreData = thread.GetThreadStoreData();
SOSDacImpl.IXCLRDataProcess.cs (1)
46TargetPointer thread = contract.GetThreadStoreData().FirstThread;