16 references to CorDebugUserState
Microsoft.Diagnostics.DataContractReader.Legacy (16)
_generated\22\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 (11)
1226
CorDebugUserState
partialState;
1231
CorDebugUserState
result = partialState;
1240
result |=
CorDebugUserState
.USER_UNSAFE_POINT;
1261
public int GetPartialUserState(ulong vmThread,
CorDebugUserState
* pRetVal)
1271
CorDebugUserState
result = default;
1273
result |=
CorDebugUserState
.USER_BACKGROUND;
1276
result |=
CorDebugUserState
.USER_UNSTARTED;
1279
result |=
CorDebugUserState
.USER_STOPPED;
1282
result |=
CorDebugUserState
.USER_WAIT_SLEEP_JOIN;
1285
result |=
CorDebugUserState
.USER_THREADPOOL;
1296
CorDebugUserState
retValLocal;
Dbi\IDacDbiInterface.cs (1)
650
int GetPartialUserState(ulong vmThread,
CorDebugUserState
* pRetVal);