1 write to _thrownObjectHandle
Microsoft.Diagnostics.DataContractReader.Legacy (1)
ClrDataExceptionState.cs (1)
39
_thrownObjectHandle
= thrownObjectHandle;
3 references to _thrownObjectHandle
Microsoft.Diagnostics.DataContractReader.Legacy (3)
ClrDataExceptionState.cs (3)
140
if (
_thrownObjectHandle
== TargetPointer.Null)
146
exceptionObject = _target.ReadPointer(
_thrownObjectHandle
);
208
TargetPointer exceptionObject = _target.ReadPointer(
_thrownObjectHandle
);