1 instantiation of DispatchState
System.Private.CoreLib (1)
src\System\Exception.CoreCLR.cs (1)
235return new DispatchState(stackTrace,
3 references to DispatchState
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Runtime\ExceptionServices\ExceptionDispatchInfo.cs (1)
19private readonly Exception.DispatchState _dispatchState;
src\System\Exception.CoreCLR.cs (2)
125internal void RestoreDispatchState(in DispatchState dispatchState) 229internal DispatchState CaptureDispatchState()