1 implementation of GetThreadData
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\Thread_1.cs (1)
101
ThreadData IThread.
GetThreadData
(TargetPointer threadPointer)
24 references to GetThreadData
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\GC\GC_1.cs (1)
489
ThreadData td = thread.
GetThreadData
(current);
Contracts\StackWalk\StackWalk_1.cs (1)
900
ThreadData threadData = _target.Contracts.Thread.
GetThreadData
(threadPointer);
Microsoft.Diagnostics.DataContractReader.Legacy (22)
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 (14)
674
Contracts.ThreadData threadData = threadContract.
GetThreadData
(currentThread);
724
Contracts.ThreadData threadData = _target.Contracts.Thread.
GetThreadData
(new TargetPointer(vmThread));
749
Contracts.ThreadData threadData = _target.Contracts.Thread.
GetThreadData
(new TargetPointer(vmThread));
775
Contracts.ThreadData threadData = _target.Contracts.Thread.
GetThreadData
(new TargetPointer(vmThread));
804
Contracts.ThreadData threadData = _target.Contracts.Thread.
GetThreadData
(threadPtr);
872
Contracts.ThreadData threadData = _target.Contracts.Thread.
GetThreadData
(new TargetPointer(vmThread));
902
Contracts.ThreadData threadData = _target.Contracts.Thread.
GetThreadData
(threadPtr);
980
Contracts.ThreadData threadData = _target.Contracts.Thread.
GetThreadData
(new TargetPointer(vmThread));
1009
Contracts.ThreadData threadData = _target.Contracts.Thread.
GetThreadData
(new TargetPointer(vmThread));
1039
ThreadData data = _target.Contracts.Thread.
GetThreadData
(threadPtr);
1117
Contracts.ThreadData threadData = _target.Contracts.Thread.
GetThreadData
(new TargetPointer(vmThread));
1206
Contracts.ThreadData threadData = threadContract.
GetThreadData
(vmThread);
1509
ThreadData threadData = _target.Contracts.Thread.
GetThreadData
(new TargetPointer(vmThread));
1544
ThreadData threadData = _target.Contracts.Thread.
GetThreadData
(new TargetPointer(vmThread));
SOSDacImpl.cs (2)
4058
ThreadData td = threadContract.
GetThreadData
(threadAddr);
4312
Contracts.ThreadData threadData = contract.
GetThreadData
(thread.ToTargetPointer(_target));
SOSDacImpl.IXCLRDataProcess.cs (2)
50
Contracts.ThreadData threadData = contract.
GetThreadData
(thread);
680
Contracts.ThreadData threadData = thread.
GetThreadData
(exception.ThreadAddress);