1 implementation of GetThreadData
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\Thread_1.cs (1)
123
ThreadData IThread.
GetThreadData
(TargetPointer threadPointer)
30 references to GetThreadData
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\Debugger\Debugger_1.cs (1)
287
ThreadData threadData = _target.Contracts.Thread.
GetThreadData
(vmThread);
Contracts\GC\GC_1.cs (1)
489
ThreadData td = thread.
GetThreadData
(current);
Contracts\StackWalk\StackWalk_1.cs (1)
1289
ThreadData threadData = _target.Contracts.Thread.
GetThreadData
(threadPointer);
Microsoft.Diagnostics.DataContractReader.Legacy (27)
ClrDataExceptionState.cs (1)
353
ThreadData threadData = _target.Contracts.Thread.
GetThreadData
(_threadAddress);
ClrDataStackWalk.cs (1)
38
_threadData = _target.Contracts.Thread.
GetThreadData
(_threadAddr);
ClrDataTask.cs (3)
104
Contracts.ThreadData threadData = _target.Contracts.Thread.
GetThreadData
(_address);
162
Contracts.ThreadData threadData = _target.Contracts.Thread.
GetThreadData
(_address);
242
Contracts.ThreadData threadData = _target.Contracts.Thread.
GetThreadData
(_address);
Dbi\DacDbiImpl.cs (17)
1035
Contracts.ThreadData threadData = threadContract.
GetThreadData
(currentThread);
1086
Contracts.ThreadData threadData = _target.Contracts.Thread.
GetThreadData
(new TargetPointer(vmThread));
1112
Contracts.ThreadData threadData = _target.Contracts.Thread.
GetThreadData
(new TargetPointer(vmThread));
1139
Contracts.ThreadData threadData = _target.Contracts.Thread.
GetThreadData
(new TargetPointer(vmThread));
1169
Contracts.ThreadData threadData = _target.Contracts.Thread.
GetThreadData
(threadPtr);
1239
Contracts.ThreadData threadData = _target.Contracts.Thread.
GetThreadData
(new TargetPointer(vmThread));
1274
Contracts.ThreadData threadData = _target.Contracts.Thread.
GetThreadData
(threadPtr);
1309
Contracts.ThreadData threadData = _target.Contracts.Thread.
GetThreadData
(threadPtr);
1390
Contracts.ThreadData threadData = _target.Contracts.Thread.
GetThreadData
(new TargetPointer(vmThread));
1420
Contracts.ThreadData threadData = _target.Contracts.Thread.
GetThreadData
(new TargetPointer(vmThread));
1451
ThreadData data = _target.Contracts.Thread.
GetThreadData
(threadPtr);
1531
Contracts.ThreadData threadData = _target.Contracts.Thread.
GetThreadData
(new TargetPointer(vmThread));
1703
Contracts.ThreadData threadData = threadContract.
GetThreadData
(vmThread);
1797
ThreadData threadData = _target.Contracts.Thread.
GetThreadData
(new TargetPointer(vmThread));
2571
ThreadData threadData = _target.Contracts.Thread.
GetThreadData
(new TargetPointer(vmThread));
2607
ThreadData threadData = _target.Contracts.Thread.
GetThreadData
(new TargetPointer(vmThread));
4897
Contracts.ThreadState threadState = _target.Contracts.Thread.
GetThreadData
(vmThread).State;
Dbi\Helpers\RefWalk.cs (1)
138
ThreadData threadData = threadContract.
GetThreadData
(threadAddr);
SOSDacImpl.cs (2)
4165
ThreadData td = threadContract.
GetThreadData
(threadAddr);
4427
Contracts.ThreadData threadData = contract.
GetThreadData
(thread.ToTargetPointer(_target));
SOSDacImpl.IXCLRDataProcess.cs (2)
127
Contracts.ThreadData threadData = contract.
GetThreadData
(thread);
1242
Contracts.ThreadData threadData = thread.
GetThreadData
(exception.ThreadAddress);