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