1 write to _app
System.Web (1)
Util\AspCompat.cs (1)
173
_app
= app;
5 references to _app
System.Web (5)
Util\AspCompat.cs (5)
342
Exception error =
_app
.ExecuteStep(this, ref sync);
401
threadContext =
_app
.OnThreadEnter();
402
_error =
_app
.ExecuteStep(this, ref sync);
411
_error =
_app
.ExecuteStep(this, ref sync);
426
lock (
_app
) {