1 write to _action
System.Web (1)
HttpApplication.cs (1)
4454
_action
= action;
2 references to _action
System.Web (2)
HttpApplication.cs (2)
4465
if (
_action
!= null) {
4466
_action
(() => _nextStep.Invoke(executionStep));