2 writes to _exceptionDispatchInfo
Microsoft.AspNetCore.Mvc.RazorPages (2)
Filters\PageHandlerExecutedContext.cs (2)
81_exceptionDispatchInfo = null; 97_exceptionDispatchInfo = value;
3 references to _exceptionDispatchInfo
Microsoft.AspNetCore.Mvc.RazorPages (3)
Filters\PageHandlerExecutedContext.cs (3)
69if (_exception == null && _exceptionDispatchInfo != null) 71return _exceptionDispatchInfo.SourceException; 92get => _exceptionDispatchInfo;