4 writes to _applicationException
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http\HttpProtocol.cs (4)
368_applicationException = null; 1480_applicationException = ex; 1484_applicationException = new AggregateException(_applicationException, ex).Flatten(); 1488_applicationException = new AggregateException(_applicationException, ex);
9 references to _applicationException
Microsoft.AspNetCore.Server.Kestrel.Core (9)
Internal\Http\HttpProtocol.cs (9)
706if (!HasResponseStarted && _applicationException == null && _onStarting?.Count > 0) 792application.DisposeContext(context, _applicationException); 1032if (_applicationException != null) 1062if (_requestRejectedException != null || _applicationException != null) 1423throw new ObjectDisposedException(CoreStrings.UnhandledApplicationException, _applicationException); 1478if (_applicationException == null) 1482else if (_applicationException is AggregateException) 1484_applicationException = new AggregateException(_applicationException, ex).Flatten(); 1488_applicationException = new AggregateException(_applicationException, ex);