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