1 write to _onStarting
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\HttpProtocol.cs (1)
784_onStarting = new Stack<KeyValuePair<Func<object, Task>, object>>();
5 references to _onStarting
Microsoft.AspNetCore.Server.Kestrel.Core (5)
Internal\Http\HttpProtocol.cs (5)
338_onStarting?.Clear(); 682if (!HasResponseStarted && _applicationException == null && _onStarting?.Count > 0) 782if (_onStarting == null) 786_onStarting.Push(new KeyValuePair<Func<object, Task>, object>(callback, state)); 800var onStarting = _onStarting;