15 references to CorDebugUserState
Microsoft.Diagnostics.DataContractReader.Legacy (15)
Dbi\DacDbiImpl.cs (10)
1285CorDebugUserState partialState; 1290CorDebugUserState result = partialState; 1299result |= CorDebugUserState.USER_UNSAFE_POINT; 1320public int GetPartialUserState(ulong vmThread, CorDebugUserState* pRetVal) 1331CorDebugUserState result = default; 1333result |= CorDebugUserState.USER_BACKGROUND; 1336result |= CorDebugUserState.USER_UNSTARTED; 1339result |= CorDebugUserState.USER_STOPPED; 1342result |= CorDebugUserState.USER_WAIT_SLEEP_JOIN; 1345result |= CorDebugUserState.USER_THREADPOOL;
Dbi\IDacDbiInterface.cs (1)
650int GetPartialUserState(ulong vmThread, CorDebugUserState* pRetVal);
Generated\361d1da7f942c932\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)