2 references to DebugSyncSuspended
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\Thread_1.cs (1)
111
result |= Contracts.ThreadState.
DebugSyncSuspended
;
Microsoft.Diagnostics.DataContractReader.Legacy (1)
Dbi\DacDbiImpl.cs (1)
4759
*pResult = (threadState & (Contracts.ThreadState.
DebugSyncSuspended
| Contracts.ThreadState.Hijacked)) != 0