1 implementation of GetCurrentExceptionHandle
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\Thread_1.cs (1)
263
TargetPointer IThread.
GetCurrentExceptionHandle
(TargetPointer threadPointer)
3 references to GetCurrentExceptionHandle
Microsoft.Diagnostics.DataContractReader.Legacy (3)
ClrDataTask.cs (1)
109
TargetPointer thrownObjectHandle = _target.Contracts.Thread.
GetCurrentExceptionHandle
(_address);
Dbi\DacDbiImpl.cs (1)
967
TargetPointer exceptionHandle = _target.Contracts.Thread.
GetCurrentExceptionHandle
(threadPtr);
SOSDacImpl.IXCLRDataProcess.cs (1)
681
TargetPointer thrownObjectHandle = thread.
GetCurrentExceptionHandle
(exception.ThreadAddress);