1 implementation of SetDebuggerControlledThreadState
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\Thread_1.cs (1)
49
void IThread.
SetDebuggerControlledThreadState
(TargetPointer thread, DebuggerControlledThreadState state)
1 reference to SetDebuggerControlledThreadState
Microsoft.Diagnostics.DataContractReader.Legacy (1)
Dbi\DacDbiImpl.cs (1)
772
_target.Contracts.Thread.
SetDebuggerControlledThreadState
(threadPtr, Contracts.DebuggerControlledThreadState.UserSuspend);