13 references to CorDebugUserState
Microsoft.Diagnostics.DataContractReader.Legacy (13)
_generated\16\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (4)
42public delegate* unmanaged[MemberFunction]<global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch*, ulong, global::Microsoft.Diagnostics.DataContractReader.Legacy.CorDebugUserState*, int> GetPartialUserState_35; 1487int global::Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.GetPartialUserState(ulong vmThread, global::Microsoft.Diagnostics.DataContractReader.Legacy.CorDebugUserState* pRetVal) 1490var __target = ((delegate* unmanaged[MemberFunction]<void*, ulong, global::Microsoft.Diagnostics.DataContractReader.Legacy.CorDebugUserState*, int> )__vtable[35]); 1504internal 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)
778public int GetPartialUserState(ulong vmThread, CorDebugUserState* pRetVal) 788CorDebugUserState result = default; 790result |= CorDebugUserState.USER_BACKGROUND; 793result |= CorDebugUserState.USER_UNSTARTED; 796result |= CorDebugUserState.USER_STOPPED; 799result |= CorDebugUserState.USER_WAIT_SLEEP_JOIN; 802result |= CorDebugUserState.USER_THREADPOOL; 813CorDebugUserState retValLocal;
Dbi\IDacDbiInterface.cs (1)
297int GetPartialUserState(ulong vmThread, CorDebugUserState* pRetVal);