1 write to _exceptionDispatchInfo
Templates.Tests (1)
src\Shared\E2ETesting\BrowserTestBase.cs (1)
85_exceptionDispatchInfo = ExceptionDispatchInfo.Capture(ex);
3 references to _exceptionDispatchInfo
Templates.Tests (3)
src\Shared\E2ETesting\BrowserTestBase.cs (3)
30if (_exceptionDispatchInfo != null) 32_exceptionDispatchInfo.Throw(); 33throw _exceptionDispatchInfo.SourceException;