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