5 references to Stopped
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\Thread_1.cs (1)
91
result |= Contracts.ThreadState.
Stopped
;
Microsoft.Diagnostics.DataContractReader.Legacy (4)
Dbi\DacDbiImpl.cs (4)
660
if ((threadData.State & (Contracts.ThreadState.
Stopped
| Contracts.ThreadState.Unstarted)) == 0)
709
*pResult = (threadData.State & Contracts.ThreadState.
Stopped
) != 0 ? Interop.BOOL.TRUE : Interop.BOOL.FALSE;
738
if ((threadData.State & (Contracts.ThreadState.
Stopped
| Contracts.ThreadState.Unstarted | Contracts.ThreadState.Detached)) != 0)
843
if ((threadState & Contracts.ThreadState.
Stopped
) != 0)