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