1 implementation of GetThreadData
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\Thread_1.cs (1)
101
ThreadData IThread.
GetThreadData
(TargetPointer threadPointer)
18 references to GetThreadData
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\StackWalk\StackWalk_1.cs (1)
899
ThreadData threadData = _target.Contracts.Thread.
GetThreadData
(threadPointer);
Microsoft.Diagnostics.DataContractReader.Legacy (17)
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 (9)
658
Contracts.ThreadData threadData = threadContract.
GetThreadData
(currentThread);
708
Contracts.ThreadData threadData = _target.Contracts.Thread.
GetThreadData
(new TargetPointer(vmThread));
737
Contracts.ThreadData threadData = _target.Contracts.Thread.
GetThreadData
(new TargetPointer(vmThread));
803
Contracts.ThreadData threadData = _target.Contracts.Thread.
GetThreadData
(new TargetPointer(vmThread));
833
Contracts.ThreadData threadData = _target.Contracts.Thread.
GetThreadData
(threadPtr);
911
Contracts.ThreadData threadData = _target.Contracts.Thread.
GetThreadData
(new TargetPointer(vmThread));
940
Contracts.ThreadData threadData = _target.Contracts.Thread.
GetThreadData
(new TargetPointer(vmThread));
970
ThreadData data = _target.Contracts.Thread.
GetThreadData
(threadPtr);
1048
Contracts.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);