13 references to CorDebugUserState
Microsoft.Diagnostics.DataContractReader.Legacy (13)
_generated\18\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (4)
41
public delegate* unmanaged[MemberFunction]<global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch*, ulong, global::Microsoft.Diagnostics.DataContractReader.Legacy.
CorDebugUserState
*, int> GetPartialUserState_34;
1440
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.GetPartialUserState(ulong vmThread, global::Microsoft.Diagnostics.DataContractReader.Legacy.
CorDebugUserState
* pRetVal)
1443
var __target = ((delegate* unmanaged[MemberFunction]<void*, ulong, global::Microsoft.Diagnostics.DataContractReader.Legacy.
CorDebugUserState
*, int> )__vtable[34]);
1457
internal 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)
940
public int GetPartialUserState(ulong vmThread,
CorDebugUserState
* pRetVal)
950
CorDebugUserState
result = default;
952
result |=
CorDebugUserState
.USER_BACKGROUND;
955
result |=
CorDebugUserState
.USER_UNSTARTED;
958
result |=
CorDebugUserState
.USER_STOPPED;
961
result |=
CorDebugUserState
.USER_WAIT_SLEEP_JOIN;
964
result |=
CorDebugUserState
.USER_THREADPOOL;
975
CorDebugUserState
retValLocal;
Dbi\IDacDbiInterface.cs (1)
521
int GetPartialUserState(ulong vmThread,
CorDebugUserState
* pRetVal);