16 references to CorDebugUserState
Microsoft.Diagnostics.DataContractReader.Legacy (16)
_generated\22\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; 1440int global::Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.GetPartialUserState(ulong vmThread, global::Microsoft.Diagnostics.DataContractReader.Legacy.CorDebugUserState* pRetVal) 1443var __target = ((delegate* unmanaged[MemberFunction]<void*, ulong, global::Microsoft.Diagnostics.DataContractReader.Legacy.CorDebugUserState*, int> )__vtable[34]); 1457internal static int ABI_GetPartialUserState(global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch* __this_native, ulong vmThread, global::Microsoft.Diagnostics.DataContractReader.Legacy.CorDebugUserState* pRetVal)
Dbi\DacDbiImpl.cs (11)
1226CorDebugUserState partialState; 1231CorDebugUserState result = partialState; 1240result |= CorDebugUserState.USER_UNSAFE_POINT; 1261public int GetPartialUserState(ulong vmThread, CorDebugUserState* pRetVal) 1271CorDebugUserState result = default; 1273result |= CorDebugUserState.USER_BACKGROUND; 1276result |= CorDebugUserState.USER_UNSTARTED; 1279result |= CorDebugUserState.USER_STOPPED; 1282result |= CorDebugUserState.USER_WAIT_SLEEP_JOIN; 1285result |= CorDebugUserState.USER_THREADPOOL; 1296CorDebugUserState retValLocal;
Dbi\IDacDbiInterface.cs (1)
650int GetPartialUserState(ulong vmThread, CorDebugUserState* pRetVal);