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