1 write to _dispatchState
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\ExceptionServices\ExceptionDispatchInfo.cs (1)
24
_dispatchState
= exception.CaptureDispatchState();
1 reference to _dispatchState
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\ExceptionServices\ExceptionDispatchInfo.cs (1)
52
_exception.RestoreDispatchState(
_dispatchState
);