1 implementation of GetThreadData
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\Thread_1.cs (1)
101
ThreadData IThread.
GetThreadData
(TargetPointer threadPointer)
27 references to GetThreadData
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\Debugger\Debugger_1.cs (1)
232
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)
1134
ThreadData threadData = _target.Contracts.Thread.
GetThreadData
(threadPointer);
Microsoft.Diagnostics.DataContractReader.Legacy (24)
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);
150
Contracts.ThreadData threadData = _target.Contracts.Thread.
GetThreadData
(_address);
Dbi\DacDbiImpl.cs (15)
777
Contracts.ThreadData threadData = threadContract.
GetThreadData
(currentThread);
827
Contracts.ThreadData threadData = _target.Contracts.Thread.
GetThreadData
(new TargetPointer(vmThread));
852
Contracts.ThreadData threadData = _target.Contracts.Thread.
GetThreadData
(new TargetPointer(vmThread));
878
Contracts.ThreadData threadData = _target.Contracts.Thread.
GetThreadData
(new TargetPointer(vmThread));
907
Contracts.ThreadData threadData = _target.Contracts.Thread.
GetThreadData
(threadPtr);
975
Contracts.ThreadData threadData = _target.Contracts.Thread.
GetThreadData
(new TargetPointer(vmThread));
1005
Contracts.ThreadData threadData = _target.Contracts.Thread.
GetThreadData
(threadPtr);
1083
Contracts.ThreadData threadData = _target.Contracts.Thread.
GetThreadData
(new TargetPointer(vmThread));
1112
Contracts.ThreadData threadData = _target.Contracts.Thread.
GetThreadData
(new TargetPointer(vmThread));
1142
ThreadData data = _target.Contracts.Thread.
GetThreadData
(threadPtr);
1220
Contracts.ThreadData threadData = _target.Contracts.Thread.
GetThreadData
(new TargetPointer(vmThread));
1309
Contracts.ThreadData threadData = threadContract.
GetThreadData
(vmThread);
1402
ThreadData threadData = _target.Contracts.Thread.
GetThreadData
(new TargetPointer(vmThread));
1913
ThreadData threadData = _target.Contracts.Thread.
GetThreadData
(new TargetPointer(vmThread));
1948
ThreadData threadData = _target.Contracts.Thread.
GetThreadData
(new TargetPointer(vmThread));
Dbi\Helpers\RefWalk.cs (1)
138
ThreadData threadData = threadContract.
GetThreadData
(threadAddr);
SOSDacImpl.cs (2)
4052
ThreadData td = threadContract.
GetThreadData
(threadAddr);
4309
Contracts.ThreadData threadData = contract.
GetThreadData
(thread.ToTargetPointer(_target));
SOSDacImpl.IXCLRDataProcess.cs (2)
50
Contracts.ThreadData threadData = contract.
GetThreadData
(thread);
678
Contracts.ThreadData threadData = thread.
GetThreadData
(exception.ThreadAddress);