1 write to ThrownObject
Microsoft.Diagnostics.DataContractReader.Contracts (1)
_generated\43\Microsoft_Diagnostics_DataContractReader_Data.ExceptionInfo.g.cs (1)
31
ThrownObject
= target.ReadPointerField(b, t, n);
6 references to ThrownObject
Microsoft.Diagnostics.DataContractReader.Contracts (6)
Contracts\Exception_1.cs (2)
31
thrownObjectHandle = exceptionInfoAddr + (ulong)type.Fields[nameof(Data.ExceptionInfo.
ThrownObject
)].Offset;
32
return exceptionInfo.
ThrownObject
;
Contracts\Thread_1.cs (4)
114
if (exceptionInfo.
ThrownObject
!= TargetPointer.Null)
259
if (exceptionInfo is null || exceptionInfo.
ThrownObject
== TargetPointer.Null)
263
return exceptionTrackerAddr + (ulong)type.Fields[nameof(Data.ExceptionInfo.
ThrownObject
)].Offset;
278
TargetPointer thrownObject = exceptionInfo.
ThrownObject
;