1 instantiation of ExceptionInfo
Microsoft.Diagnostics.DataContractReader.Contracts (1)
_generated\57\Microsoft_Diagnostics_DataContractReader_Data.ExceptionInfo.g.cs (1)
145=> new ExceptionInfo(target, address);
22 references to ExceptionInfo
Microsoft.Diagnostics.DataContractReader.Contracts (22)
_generated\57\Microsoft_Diagnostics_DataContractReader_Data.ExceptionInfo.g.cs (2)
144static ExceptionInfo IData<ExceptionInfo>.Create(Target target, TargetPointer address)
Contracts\Exception_1.cs (3)
25Data.ExceptionInfo exceptionInfo = _target.ProcessedData.GetOrAdd<Data.ExceptionInfo>(exceptionInfoAddr); 32thrownObjectHandle = exceptionInfoAddr + (ulong)Data.ExceptionInfo.GetThrownObjectOffset(_target);
Contracts\StackWalk\StackWalk_1.cs (2)
715Data.ExceptionInfo exInfo = _target.ProcessedData.GetOrAdd<Data.ExceptionInfo>(pExInfo);
Contracts\StackWalk\StackWalk_1.ExceptionHandling.cs (5)
83Data.ExceptionInfo exInfo = _target.ProcessedData.GetOrAdd<Data.ExceptionInfo>(pExInfo); 214Data.ExceptionInfo exceptionInfo = _target.ProcessedData.GetOrAdd<Data.ExceptionInfo>(pExInfo); 223private bool IsInStackRegionUnwoundBySpecifiedException(TargetPointer callerStackPointer, Data.ExceptionInfo exceptionInfo)
Contracts\Thread_1.cs (7)
130Data.ExceptionInfo? exceptionInfo = null; 133exceptionInfo = _target.ProcessedData.GetOrAdd<Data.ExceptionInfo>(address); 270private (Data.Thread thread, Data.ExceptionInfo? exceptionInfo, TargetPointer exceptionTrackerAddr) GetThreadExceptionInfo(TargetPointer threadPointer) 274Data.ExceptionInfo? exceptionInfo = (exceptionTrackerPtr == TargetPointer.Null) ? null : _target.ProcessedData.GetOrAdd<Data.ExceptionInfo>(exceptionTrackerPtr); 284private TargetPointer GetActiveExceptionPseudoHandle(Data.ExceptionInfo? exceptionInfo, TargetPointer exceptionTrackerAddr) 289return exceptionTrackerAddr + (ulong)Data.ExceptionInfo.GetThrownObjectOffset(_target);
Contracts\WindowsErrorReporting_1.cs (2)
22Data.ExceptionInfo? exceptionInfo = (exceptionTrackerPtr == TargetPointer.Null) ? null : _target.ProcessedData.GetOrAdd<Data.ExceptionInfo>(exceptionTrackerPtr);
Data\ExceptionInfo.cs (1)
7internal sealed partial class ExceptionInfo : IData<ExceptionInfo>