1 instantiation of ThreadStoreData
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\Thread_1.cs (1)
64return new ThreadStoreData(
5 references to ThreadStoreData
Microsoft.Diagnostics.DataContractReader.Abstractions (1)
Contracts\IThread.cs (1)
70ThreadStoreData GetThreadStoreData() => throw new NotImplementedException();
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\Thread_1.cs (1)
61ThreadStoreData IThread.GetThreadStoreData()
Microsoft.Diagnostics.DataContractReader.Legacy (3)
Dbi\DacDbiImpl.cs (1)
654Contracts.ThreadStoreData threadStore = threadContract.GetThreadStoreData();
SOSDacImpl.cs (2)
4054ThreadStoreData threadStore = threadContract.GetThreadStoreData(); 4433Contracts.ThreadStoreData threadStoreData = thread.GetThreadStoreData();