1 implementation of GetThreadData
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\Thread_1.cs (1)
101ThreadData IThread.GetThreadData(TargetPointer threadPointer)
27 references to GetThreadData
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\Debugger\Debugger_1.cs (1)
232ThreadData threadData = _target.Contracts.Thread.GetThreadData(vmThread);
Contracts\GC\GC_1.cs (1)
489ThreadData td = thread.GetThreadData(current);
Contracts\StackWalk\StackWalk_1.cs (1)
1134ThreadData threadData = _target.Contracts.Thread.GetThreadData(threadPointer);
Microsoft.Diagnostics.DataContractReader.Legacy (24)
ClrDataStackWalk.cs (1)
32ThreadData threadData = _target.Contracts.Thread.GetThreadData(_threadAddr);
ClrDataTask.cs (3)
71Contracts.ThreadData threadData = _target.Contracts.Thread.GetThreadData(_address); 116Contracts.ThreadData threadData = _target.Contracts.Thread.GetThreadData(_address); 150Contracts.ThreadData threadData = _target.Contracts.Thread.GetThreadData(_address);
Dbi\DacDbiImpl.cs (15)
777Contracts.ThreadData threadData = threadContract.GetThreadData(currentThread); 827Contracts.ThreadData threadData = _target.Contracts.Thread.GetThreadData(new TargetPointer(vmThread)); 852Contracts.ThreadData threadData = _target.Contracts.Thread.GetThreadData(new TargetPointer(vmThread)); 878Contracts.ThreadData threadData = _target.Contracts.Thread.GetThreadData(new TargetPointer(vmThread)); 907Contracts.ThreadData threadData = _target.Contracts.Thread.GetThreadData(threadPtr); 975Contracts.ThreadData threadData = _target.Contracts.Thread.GetThreadData(new TargetPointer(vmThread)); 1005Contracts.ThreadData threadData = _target.Contracts.Thread.GetThreadData(threadPtr); 1083Contracts.ThreadData threadData = _target.Contracts.Thread.GetThreadData(new TargetPointer(vmThread)); 1112Contracts.ThreadData threadData = _target.Contracts.Thread.GetThreadData(new TargetPointer(vmThread)); 1142ThreadData data = _target.Contracts.Thread.GetThreadData(threadPtr); 1220Contracts.ThreadData threadData = _target.Contracts.Thread.GetThreadData(new TargetPointer(vmThread)); 1309Contracts.ThreadData threadData = threadContract.GetThreadData(vmThread); 1402ThreadData threadData = _target.Contracts.Thread.GetThreadData(new TargetPointer(vmThread)); 1913ThreadData threadData = _target.Contracts.Thread.GetThreadData(new TargetPointer(vmThread)); 1948ThreadData threadData = _target.Contracts.Thread.GetThreadData(new TargetPointer(vmThread));
Dbi\Helpers\RefWalk.cs (1)
138ThreadData threadData = threadContract.GetThreadData(threadAddr);
SOSDacImpl.cs (2)
4052ThreadData td = threadContract.GetThreadData(threadAddr); 4309Contracts.ThreadData threadData = contract.GetThreadData(thread.ToTargetPointer(_target));
SOSDacImpl.IXCLRDataProcess.cs (2)
50Contracts.ThreadData threadData = contract.GetThreadData(thread); 678Contracts.ThreadData threadData = thread.GetThreadData(exception.ThreadAddress);