1 write to _exception
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\ExceptionServices\ExceptionDispatchInfo.cs (1)
23
_exception
= exception;
3 references to _exception
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Runtime\ExceptionServices\ExceptionDispatchInfo.cs (3)
38
public Exception SourceException =>
_exception
;
52
_exception
.RestoreDispatchState(_dispatchState);
53
throw
_exception
;