1 instantiation of DispatchState
System.Private.CoreLib (1)
System\Exception.NativeAot.cs (1)
161return new DispatchState(stackTrace);
3 references to DispatchState
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\ExceptionServices\ExceptionDispatchInfo.cs (1)
19private readonly Exception.DispatchState _dispatchState;
System\Exception.NativeAot.cs (2)
152internal DispatchState CaptureDispatchState() 164internal void RestoreDispatchState(DispatchState DispatchState)