42 references to Thread
Microsoft.Diagnostics.DataContractReader.Contracts (5)
Contracts\Debugger\Debugger_1.cs (1)
232ThreadData threadData = _target.Contracts.Thread.GetThreadData(vmThread);
Contracts\GC\GC_1.cs (1)
483IThread thread = _target.Contracts.Thread;
Contracts\RuntimeTypeSystem_1.cs (2)
917Contracts.IThread threadContract = _target.Contracts.Thread; 926Contracts.IThread threadContract = _target.Contracts.Thread;
Contracts\StackWalk\StackWalk_1.cs (1)
1134ThreadData threadData = _target.Contracts.Thread.GetThreadData(threadPointer);
Microsoft.Diagnostics.DataContractReader.Legacy (37)
ClrDataStackWalk.cs (1)
32ThreadData threadData = _target.Contracts.Thread.GetThreadData(_threadAddr);
ClrDataTask.cs (4)
71Contracts.ThreadData threadData = _target.Contracts.Thread.GetThreadData(_address); 109TargetPointer thrownObjectHandle = _target.Contracts.Thread.GetCurrentExceptionHandle(_address); 116Contracts.ThreadData threadData = _target.Contracts.Thread.GetThreadData(_address); 150Contracts.ThreadData threadData = _target.Contracts.Thread.GetThreadData(_address);
Dbi\DacDbiImpl.cs (21)
772Contracts.IThread threadContract = _target.Contracts.Thread; 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); 908_target.Contracts.Thread.GetThreadAllocContext(threadPtr, out long allocBytes, out long allocBytesLoh); 944_target.Contracts.Thread.SetDebuggerControlledThreadState(threadPtr, Contracts.DebuggerControlledThreadState.UserSuspend); 948_target.Contracts.Thread.ResetDebuggerControlledThreadState(threadPtr, Contracts.DebuggerControlledThreadState.UserSuspend); 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)); 1139TargetPointer exceptionHandle = _target.Contracts.Thread.GetCurrentExceptionHandle(threadPtr); 1142ThreadData data = _target.Contracts.Thread.GetThreadData(threadPtr); 1220Contracts.ThreadData threadData = _target.Contracts.Thread.GetThreadData(new TargetPointer(vmThread)); 1308Contracts.IThread threadContract = _target.Contracts.Thread; 1402ThreadData threadData = _target.Contracts.Thread.GetThreadData(new TargetPointer(vmThread)); 1643_target.Contracts.Thread.GetStackLimitData(new TargetPointer(vmThread), out TargetPointer stackBase, out TargetPointer stackLimit, out _); 1913ThreadData threadData = _target.Contracts.Thread.GetThreadData(new TargetPointer(vmThread)); 1948ThreadData threadData = _target.Contracts.Thread.GetThreadData(new TargetPointer(vmThread)); 3878TargetPointer threadPtr = _target.Contracts.Thread.IdToThread(threadId);
Dbi\Helpers\RefWalk.cs (1)
131IThread threadContract = _target.Contracts.Thread;
SOSDacImpl.cs (8)
720Contracts.IThread threadContract = _target.Contracts.Thread; 3941Contracts.IThread contract = _target.Contracts.Thread; 4044IThread threadContract = _target.Contracts.Thread; 4220IThread thread = _target.Contracts.Thread; 4275Contracts.IThread contract = _target.Contracts.Thread; 4308Contracts.IThread contract = _target.Contracts.Thread; 4368TargetPointer threadPtr = _target.Contracts.Thread.IdToThread(thinLockId); 4428Contracts.IThread thread = _target.Contracts.Thread;
SOSDacImpl.IXCLRDataProcess.cs (2)
45Contracts.IThread contract = _target.Contracts.Thread; 677IThread thread = _target.Contracts.Thread;