32 references to Thread
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\RuntimeTypeSystem_1.cs (2)
702
Contracts.IThread threadContract = _target.Contracts.
Thread
;
711
Contracts.IThread threadContract = _target.Contracts.
Thread
;
Contracts\StackWalk\StackWalk_1.cs (1)
911
byte[] bytes = _target.Contracts.
Thread
.GetContext(
Microsoft.Diagnostics.DataContractReader.Legacy (29)
ClrDataStackWalk.cs (1)
32
ThreadData threadData = _target.Contracts.
Thread
.GetThreadData(_threadAddr);
ClrDataTask.cs (4)
71
Contracts.ThreadData threadData = _target.Contracts.
Thread
.GetThreadData(_address);
109
TargetPointer thrownObjectHandle = _target.Contracts.
Thread
.GetCurrentExceptionHandle(_address);
116
Contracts.ThreadData threadData = _target.Contracts.
Thread
.GetThreadData(_address);
150
Contracts.ThreadData threadData = _target.Contracts.
Thread
.GetThreadData(_address);
Dbi\DacDbiImpl.cs (14)
605
Contracts.IThread threadContract = _target.Contracts.
Thread
;
660
Contracts.ThreadData threadData = _target.Contracts.
Thread
.GetThreadData(new TargetPointer(vmThread));
689
Contracts.ThreadData threadData = _target.Contracts.
Thread
.GetThreadData(new TargetPointer(vmThread));
724
_target.Contracts.
Thread
.SetDebuggerControlledThreadState(threadPtr, Contracts.DebuggerControlledThreadState.UserSuspend);
728
_target.Contracts.
Thread
.ResetDebuggerControlledThreadState(threadPtr, Contracts.DebuggerControlledThreadState.UserSuspend);
755
Contracts.ThreadData threadData = _target.Contracts.
Thread
.GetThreadData(new TargetPointer(vmThread));
785
Contracts.ThreadData threadData = _target.Contracts.
Thread
.GetThreadData(threadPtr);
863
Contracts.ThreadData threadData = _target.Contracts.
Thread
.GetThreadData(new TargetPointer(vmThread));
892
Contracts.ThreadData threadData = _target.Contracts.
Thread
.GetThreadData(new TargetPointer(vmThread));
919
TargetPointer exceptionHandle = _target.Contracts.
Thread
.GetCurrentExceptionHandle(threadPtr);
922
ThreadData data = _target.Contracts.
Thread
.GetThreadData(threadPtr);
1000
Contracts.ThreadData threadData = _target.Contracts.
Thread
.GetThreadData(new TargetPointer(vmThread));
1126
byte[] leafContext = _target.Contracts.
Thread
.GetContext(new TargetPointer(vmThread), ThreadContextSource.None, allFlags);
1160
byte[] context = _target.Contracts.
Thread
.GetContext(new TargetPointer(vmThread), ThreadContextSource.Debugger, allFlags);
SOSDacImpl.cs (8)
741
Contracts.IThread threadContract = _target.Contracts.
Thread
;
3947
Contracts.IThread contract = _target.Contracts.
Thread
;
4050
IThread threadContract = _target.Contracts.
Thread
;
4222
IThread thread = _target.Contracts.
Thread
;
4278
Contracts.IThread contract = _target.Contracts.
Thread
;
4311
Contracts.IThread contract = _target.Contracts.
Thread
;
4372
TargetPointer threadPtr = _target.Contracts.
Thread
.IdToThread(thinLockId);
4432
Contracts.IThread thread = _target.Contracts.
Thread
;
SOSDacImpl.IXCLRDataProcess.cs (2)
45
Contracts.IThread contract = _target.Contracts.
Thread
;
679
IThread thread = _target.Contracts.
Thread
;