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