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(); 3207ar = _beginHandler(_application, _application.AppEvent, _completionCallback, _state);