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)
38public Exception SourceException => _exception; 52_exception.RestoreDispatchState(_dispatchState); 53throw _exception;