1 instantiation of ThreadStoreData
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\Thread_1.cs (1)
64return new ThreadStoreData(
6 references to ThreadStoreData
Microsoft.Diagnostics.DataContractReader.Abstractions (1)
Contracts\IThread.cs (1)
73ThreadStoreData 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 (3)
Dbi\DacDbiImpl.cs (1)
670Contracts.ThreadStoreData threadStore = threadContract.GetThreadStoreData();
SOSDacImpl.cs (2)
4054ThreadStoreData threadStore = threadContract.GetThreadStoreData(); 4433Contracts.ThreadStoreData threadStoreData = thread.GetThreadStoreData();