1 implementation of GetExceptionStackFrames
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\Exception_1.cs (1)
49
IEnumerable<ExceptionStackFrameInfo> IException.
GetExceptionStackFrames
(TargetPointer exceptionAddr)
1 reference to GetExceptionStackFrames
Microsoft.Diagnostics.DataContractReader.Legacy (1)
Dbi\DacDbiImpl.cs (1)
2865
foreach (ExceptionStackFrameInfo frame in exceptionContract.
GetExceptionStackFrames
(new TargetPointer(vmObject)))