1 write to _onStarting
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\HttpProtocol.cs (1)
791_onStarting = new Stack<KeyValuePair<Func<object, Task>, object>>();
5 references to _onStarting
Microsoft.AspNetCore.Server.Kestrel.Core (5)
Internal\Http\HttpProtocol.cs (5)
345_onStarting?.Clear(); 689if (!HasResponseStarted && _applicationException == null && _onStarting?.Count > 0) 789if (_onStarting == null) 793_onStarting.Push(new KeyValuePair<Func<object, Task>, object>(callback, state)); 807var onStarting = _onStarting;