13 references to CorDebugUserState
Microsoft.Diagnostics.DataContractReader.Legacy (13)
_generated\16\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (4)
41public delegate* unmanaged[MemberFunction]<global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch*, ulong, global::Microsoft.Diagnostics.DataContractReader.Legacy.CorDebugUserState*, int> GetPartialUserState_34; 1442int global::Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.GetPartialUserState(ulong vmThread, global::Microsoft.Diagnostics.DataContractReader.Legacy.CorDebugUserState* pRetVal) 1445var __target = ((delegate* unmanaged[MemberFunction]<void*, ulong, global::Microsoft.Diagnostics.DataContractReader.Legacy.CorDebugUserState*, int> )__vtable[34]); 1459internal static int ABI_GetPartialUserState(global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch* __this_native, ulong vmThread, global::Microsoft.Diagnostics.DataContractReader.Legacy.CorDebugUserState* pRetVal)
Dbi\DacDbiImpl.cs (8)
895public int GetPartialUserState(ulong vmThread, CorDebugUserState* pRetVal) 905CorDebugUserState result = default; 907result |= CorDebugUserState.USER_BACKGROUND; 910result |= CorDebugUserState.USER_UNSTARTED; 913result |= CorDebugUserState.USER_STOPPED; 916result |= CorDebugUserState.USER_WAIT_SLEEP_JOIN; 919result |= CorDebugUserState.USER_THREADPOOL; 930CorDebugUserState retValLocal;
Dbi\IDacDbiInterface.cs (1)
454int GetPartialUserState(ulong vmThread, CorDebugUserState* pRetVal);