2 writes to _stepInvoker
System.Web (2)
HttpApplication.cs (2)
2166
_stepInvoker
= new StepInvoker();
2170
_stepInvoker
= new StepInvoker((nextStepAction) => callback(new HttpContextWrapper(_context), nextStepAction), nextStep);
8 references to _stepInvoker
System.Web (8)
HttpApplication.cs (8)
2165
if (
_stepInvoker
== null) {
2169
var nextStep =
_stepInvoker
;
2174
if(
_stepInvoker
!= null) {
2177
_stepInvoker
.Invoke(() => {
3166
if (_application.
_stepInvoker
!= null) {
3169
_application.
_stepInvoker
.Invoke(() => {
3484
if (_application.
_stepInvoker
!= null) {
3487
_application.
_stepInvoker
.Invoke(() => {