5 references to ThrownObject
Microsoft.Diagnostics.DataContractReader.Contracts (5)
_generated\57\Microsoft_Diagnostics_DataContractReader_Data.ExceptionInfo.g.cs (1)
404
_ =
ThrownObject
;
Contracts\Exception_1.cs (1)
33
return exceptionInfo.
ThrownObject
;
Contracts\Thread_1.cs (2)
136
if (exceptionInfo.
ThrownObject
!= TargetPointer.Null)
286
if (exceptionInfo is null || exceptionInfo.
ThrownObject
== TargetPointer.Null)
Contracts\WindowsErrorReporting_1.cs (1)
25
TargetPointer thrownObject = exceptionInfo.
ThrownObject
;