1 write to ThrownObject
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Data\ExceptionInfo.cs (1)
16ThrownObject = target.ReadPointerField(address, type, nameof(ThrownObject));
7 references to ThrownObject
Microsoft.Diagnostics.DataContractReader.Contracts (7)
Contracts\Exception_1.cs (2)
27thrownObjectHandle = exceptionInfoAddr + (ulong)type.Fields[nameof(Data.ExceptionInfo.ThrownObject)].Offset; 28return exceptionInfo.ThrownObject;
Contracts\Thread_1.cs (4)
114if (exceptionInfo.ThrownObject != TargetPointer.Null) 256if (exceptionInfo is null || exceptionInfo.ThrownObject == TargetPointer.Null) 260return exceptionTrackerAddr + (ulong)type.Fields[nameof(Data.ExceptionInfo.ThrownObject)].Offset; 275TargetPointer thrownObject = exceptionInfo.ThrownObject;
Data\ExceptionInfo.cs (1)
16ThrownObject = target.ReadPointerField(address, type, nameof(ThrownObject));