4 writes to _applicationException
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http\HttpProtocol.cs (4)
350_applicationException = null; 1452_applicationException = ex; 1456_applicationException = new AggregateException(_applicationException, ex).Flatten(); 1460_applicationException = new AggregateException(_applicationException, ex);
9 references to _applicationException
Microsoft.AspNetCore.Server.Kestrel.Core (9)
Internal\Http\HttpProtocol.cs (9)
687if (!HasResponseStarted && _applicationException == null && _onStarting?.Count > 0) 773application.DisposeContext(context, _applicationException); 1013if (_applicationException != null) 1043if (_requestRejectedException != null || _applicationException != null) 1395throw new ObjectDisposedException(CoreStrings.UnhandledApplicationException, _applicationException); 1450if (_applicationException == null) 1454else if (_applicationException is AggregateException) 1456_applicationException = new AggregateException(_applicationException, ex).Flatten(); 1460_applicationException = new AggregateException(_applicationException, ex);