6 references to DebuggerControlledThreadState
Microsoft.Diagnostics.DataContractReader.Abstractions (2)
Contracts\IThread.cs (2)
71
void SetDebuggerControlledThreadState(TargetPointer thread,
DebuggerControlledThreadState
state) => throw new NotImplementedException();
72
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)
841
_target.Contracts.Thread.SetDebuggerControlledThreadState(threadPtr, Contracts.
DebuggerControlledThreadState
.UserSuspend);
845
_target.Contracts.Thread.ResetDebuggerControlledThreadState(threadPtr, Contracts.
DebuggerControlledThreadState
.UserSuspend);