1 instantiation of ExceptionInfo
Microsoft.Diagnostics.DataContractReader.Contracts (1)
_generated\43\Microsoft_Diagnostics_DataContractReader_Data.ExceptionInfo.g.cs (1)
80=> new ExceptionInfo(target, address);
20 references to ExceptionInfo
Microsoft.Diagnostics.DataContractReader.Contracts (20)
_generated\43\Microsoft_Diagnostics_DataContractReader_Data.ExceptionInfo.g.cs (2)
79static 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)
544Data.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)
108Data.ExceptionInfo? exceptionInfo = null; 111exceptionInfo = _target.ProcessedData.GetOrAdd<Data.ExceptionInfo>(address); 243private (Data.Thread thread, Data.ExceptionInfo? exceptionInfo, TargetPointer exceptionTrackerAddr) GetThreadExceptionInfo(TargetPointer threadPointer) 247Data.ExceptionInfo? exceptionInfo = (exceptionTrackerPtr == TargetPointer.Null) ? null : _target.ProcessedData.GetOrAdd<Data.ExceptionInfo>(exceptionTrackerPtr); 257private TargetPointer GetActiveExceptionPseudoHandle(Data.ExceptionInfo? exceptionInfo, TargetPointer exceptionTrackerAddr) 263return exceptionTrackerAddr + (ulong)type.Fields[nameof(Data.ExceptionInfo.ThrownObject)].Offset;
Data\ExceptionInfo.cs (1)
7internal sealed partial class ExceptionInfo : IData<ExceptionInfo>