4 writes to _applicationException
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http\HttpProtocol.cs (4)
344_applicationException = null; 1441_applicationException = ex; 1445_applicationException = new AggregateException(_applicationException, ex).Flatten(); 1449_applicationException = new AggregateException(_applicationException, ex);
9 references to _applicationException
Microsoft.AspNetCore.Server.Kestrel.Core (9)
Internal\Http\HttpProtocol.cs (9)
682if (!HasResponseStarted && _applicationException == null && _onStarting?.Count > 0) 760application.DisposeContext(context, _applicationException); 1000if (_applicationException != null) 1030if (_requestRejectedException != null || _applicationException != null) 1379throw new ObjectDisposedException(CoreStrings.UnhandledApplicationException, _applicationException); 1439if (_applicationException == null) 1443else if (_applicationException is AggregateException) 1445_applicationException = new AggregateException(_applicationException, ex).Flatten(); 1449_applicationException = new AggregateException(_applicationException, ex);