1 write to _thrownObjectHandle
Microsoft.Diagnostics.DataContractReader.Legacy (1)
ClrDataExceptionState.cs (1)
35
_thrownObjectHandle
= thrownObjectHandle;
3 references to _thrownObjectHandle
Microsoft.Diagnostics.DataContractReader.Legacy (3)
ClrDataExceptionState.cs (3)
132
if (
_thrownObjectHandle
== TargetPointer.Null)
138
exceptionObject = _target.ReadPointer(
_thrownObjectHandle
);
188
TargetPointer exceptionObject = _target.ReadPointer(
_thrownObjectHandle
);