1 write to _beginHandler
System.Web (1)
HttpApplication.cs (1)
3115
_beginHandler
= AppVerifier.WrapBeginMethod(_application, beginHandler);
2 references to _beginHandler
System.Web (2)
HttpApplication.cs (2)
3197
_targetTypeStr =
_beginHandler
.Method.ReflectedType.ToString();
3207
ar =
_beginHandler
(_application, _application.AppEvent, _completionCallback, _state);