16 references to CorDebugUserState
Microsoft.Diagnostics.DataContractReader.Legacy (16)
_generated\19\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (4)
40public delegate* unmanaged[MemberFunction]<global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch*, ulong, global::Microsoft.Diagnostics.DataContractReader.Legacy.CorDebugUserState*, int> GetPartialUserState_33; 1399int global::Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.GetPartialUserState(ulong vmThread, global::Microsoft.Diagnostics.DataContractReader.Legacy.CorDebugUserState* pRetVal) 1402var __target = ((delegate* unmanaged[MemberFunction]<void*, ulong, global::Microsoft.Diagnostics.DataContractReader.Legacy.CorDebugUserState*, int> )__vtable[33]); 1416internal 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)
1080CorDebugUserState partialState; 1085CorDebugUserState result = partialState; 1094result |= CorDebugUserState.USER_UNSAFE_POINT; 1115public int GetPartialUserState(ulong vmThread, CorDebugUserState* pRetVal) 1125CorDebugUserState result = default; 1127result |= CorDebugUserState.USER_BACKGROUND; 1130result |= CorDebugUserState.USER_UNSTARTED; 1133result |= CorDebugUserState.USER_STOPPED; 1136result |= CorDebugUserState.USER_WAIT_SLEEP_JOIN; 1139result |= CorDebugUserState.USER_THREADPOOL; 1150CorDebugUserState retValLocal;
Dbi\IDacDbiInterface.cs (1)
607int GetPartialUserState(ulong vmThread, CorDebugUserState* pRetVal);