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