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