1 instantiation of ThreadStoreData
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\Thread_1.cs (1)
64return new ThreadStoreData(
7 references to ThreadStoreData
Microsoft.Diagnostics.DataContractReader.Abstractions (1)
Contracts\IThread.cs (1)
77ThreadStoreData GetThreadStoreData() => throw new NotImplementedException();
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\GC\GC_1.cs (1)
484ThreadStoreData store = thread.GetThreadStoreData();
Contracts\Thread_1.cs (1)
61ThreadStoreData IThread.GetThreadStoreData()
Microsoft.Diagnostics.DataContractReader.Legacy (4)
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();