6 references to DebuggerControlledThreadState
Microsoft.Diagnostics.DataContractReader.Abstractions (2)
Contracts\IThread.cs (2)
68
void SetDebuggerControlledThreadState(TargetPointer thread,
DebuggerControlledThreadState
state) => throw new NotImplementedException();
69
void ResetDebuggerControlledThreadState(TargetPointer thread,
DebuggerControlledThreadState
state) => throw new NotImplementedException();
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\Thread_1.cs (2)
49
void IThread.SetDebuggerControlledThreadState(TargetPointer thread,
DebuggerControlledThreadState
state)
55
void IThread.ResetDebuggerControlledThreadState(TargetPointer thread,
DebuggerControlledThreadState
state)
Microsoft.Diagnostics.DataContractReader.Legacy (2)
Dbi\DacDbiImpl.cs (2)
772
_target.Contracts.Thread.SetDebuggerControlledThreadState(threadPtr, Contracts.
DebuggerControlledThreadState
.UserSuspend);
776
_target.Contracts.Thread.ResetDebuggerControlledThreadState(threadPtr, Contracts.
DebuggerControlledThreadState
.UserSuspend);