2 writes to _onStarting
Microsoft.AspNetCore.Server.IIS (2)
Core\IISHttpContext.cs (2)
709_onStarting = new Stack<KeyValuePair<Func<object, Task>, object>>(); 733_onStarting = null;
4 references to _onStarting
Microsoft.AspNetCore.Server.IIS (4)
Core\IISHttpContext.cs (3)
707if (_onStarting == null) 711_onStarting.Push(new KeyValuePair<Func<object, Task>, object>(callback, state)); 732onStarting = _onStarting;
Core\IISHttpContextOfT.cs (1)
66if (!HasResponseStarted && _applicationException == null && _onStarting != null)