1 instantiation of ExceptionInfo
Microsoft.Diagnostics.DataContractReader.Contracts (1)
_generated\54\Microsoft_Diagnostics_DataContractReader_Data.ExceptionInfo.g.cs (1)
88=> new ExceptionInfo(target, address);
22 references to ExceptionInfo
Microsoft.Diagnostics.DataContractReader.Contracts (22)
_generated\54\Microsoft_Diagnostics_DataContractReader_Data.ExceptionInfo.g.cs (2)
87static ExceptionInfo IData<ExceptionInfo>.Create(Target target, TargetPointer address)
Contracts\Exception_1.cs (3)
23Data.ExceptionInfo exceptionInfo = _target.ProcessedData.GetOrAdd<Data.ExceptionInfo>(exceptionInfoAddr); 31thrownObjectHandle = exceptionInfoAddr + (ulong)type.Fields[nameof(Data.ExceptionInfo.ThrownObject)].Offset;
Contracts\StackWalk\StackWalk_1.cs (2)
699Data.ExceptionInfo exInfo = _target.ProcessedData.GetOrAdd<Data.ExceptionInfo>(pExInfo);
Contracts\StackWalk\StackWalk_1.ExceptionHandling.cs (5)
83Data.ExceptionInfo exInfo = _target.ProcessedData.GetOrAdd<Data.ExceptionInfo>(pExInfo); 159Data.ExceptionInfo exceptionInfo = _target.ProcessedData.GetOrAdd<Data.ExceptionInfo>(pExInfo); 168private bool IsInStackRegionUnwoundBySpecifiedException(TargetPointer callerStackPointer, Data.ExceptionInfo exceptionInfo)
Contracts\Thread_1.cs (7)
132Data.ExceptionInfo? exceptionInfo = null; 135exceptionInfo = _target.ProcessedData.GetOrAdd<Data.ExceptionInfo>(address); 272private (Data.Thread thread, Data.ExceptionInfo? exceptionInfo, TargetPointer exceptionTrackerAddr) GetThreadExceptionInfo(TargetPointer threadPointer) 276Data.ExceptionInfo? exceptionInfo = (exceptionTrackerPtr == TargetPointer.Null) ? null : _target.ProcessedData.GetOrAdd<Data.ExceptionInfo>(exceptionTrackerPtr); 286private TargetPointer GetActiveExceptionPseudoHandle(Data.ExceptionInfo? exceptionInfo, TargetPointer exceptionTrackerAddr) 292return exceptionTrackerAddr + (ulong)type.Fields[nameof(Data.ExceptionInfo.ThrownObject)].Offset;
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>