1 instantiation of DispatchState
System.Private.CoreLib (1)
System\Exception.NativeAot.cs (1)
161
return 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)
19
private readonly Exception.
DispatchState
_dispatchState;
System\Exception.NativeAot.cs (2)
152
internal
DispatchState
CaptureDispatchState()
164
internal void RestoreDispatchState(
DispatchState
DispatchState)