1 write to _onStarting
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\HttpProtocol.cs (1)
814_onStarting = new Stack<KeyValuePair<Func<object, Task>, object>>();
5 references to _onStarting
Microsoft.AspNetCore.Server.Kestrel.Core (5)
Internal\Http\HttpProtocol.cs (5)
362_onStarting?.Clear(); 704if (!HasResponseStarted && _applicationException == null && _onStarting?.Count > 0) 812if (_onStarting == null) 816_onStarting.Push(new KeyValuePair<Func<object, Task>, object>(callback, state)); 830var onStarting = _onStarting;