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