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)
231
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)
1285
ThreadData threadData = _target.Contracts.Thread.
GetThreadData
(threadPointer);
Microsoft.Diagnostics.DataContractReader.Legacy (27)
ClrDataExceptionState.cs (1)
324
ThreadData threadData = _target.Contracts.Thread.
GetThreadData
(_threadAddress);
ClrDataStackWalk.cs (1)
32
ThreadData threadData = _target.Contracts.Thread.
GetThreadData
(_threadAddr);
ClrDataTask.cs (3)
71
Contracts.ThreadData threadData = _target.Contracts.Thread.
GetThreadData
(_address);
116
Contracts.ThreadData threadData = _target.Contracts.Thread.
GetThreadData
(_address);
190
Contracts.ThreadData threadData = _target.Contracts.Thread.
GetThreadData
(_address);
Dbi\DacDbiImpl.cs (17)
980
Contracts.ThreadData threadData = threadContract.
GetThreadData
(currentThread);
1030
Contracts.ThreadData threadData = _target.Contracts.Thread.
GetThreadData
(new TargetPointer(vmThread));
1055
Contracts.ThreadData threadData = _target.Contracts.Thread.
GetThreadData
(new TargetPointer(vmThread));
1081
Contracts.ThreadData threadData = _target.Contracts.Thread.
GetThreadData
(new TargetPointer(vmThread));
1110
Contracts.ThreadData threadData = _target.Contracts.Thread.
GetThreadData
(threadPtr);
1178
Contracts.ThreadData threadData = _target.Contracts.Thread.
GetThreadData
(new TargetPointer(vmThread));
1212
Contracts.ThreadData threadData = _target.Contracts.Thread.
GetThreadData
(threadPtr);
1246
Contracts.ThreadData threadData = _target.Contracts.Thread.
GetThreadData
(threadPtr);
1324
Contracts.ThreadData threadData = _target.Contracts.Thread.
GetThreadData
(new TargetPointer(vmThread));
1353
Contracts.ThreadData threadData = _target.Contracts.Thread.
GetThreadData
(new TargetPointer(vmThread));
1383
ThreadData data = _target.Contracts.Thread.
GetThreadData
(threadPtr);
1461
Contracts.ThreadData threadData = _target.Contracts.Thread.
GetThreadData
(new TargetPointer(vmThread));
1626
Contracts.ThreadData threadData = threadContract.
GetThreadData
(vmThread);
1719
ThreadData threadData = _target.Contracts.Thread.
GetThreadData
(new TargetPointer(vmThread));
2483
ThreadData threadData = _target.Contracts.Thread.
GetThreadData
(new TargetPointer(vmThread));
2518
ThreadData threadData = _target.Contracts.Thread.
GetThreadData
(new TargetPointer(vmThread));
4758
Contracts.ThreadState threadState = _target.Contracts.Thread.
GetThreadData
(vmThread).State;
Dbi\Helpers\RefWalk.cs (1)
138
ThreadData threadData = threadContract.
GetThreadData
(threadAddr);
SOSDacImpl.cs (2)
4058
ThreadData td = threadContract.
GetThreadData
(threadAddr);
4315
Contracts.ThreadData threadData = contract.
GetThreadData
(thread.ToTargetPointer(_target));
SOSDacImpl.IXCLRDataProcess.cs (2)
111
Contracts.ThreadData threadData = contract.
GetThreadData
(thread);
1156
Contracts.ThreadData threadData = thread.
GetThreadData
(exception.ThreadAddress);