2 writes to _state
System.Web (2)
HttpApplicationFactory.cs (2)
216
_state
= new HttpApplicationState();
240
_state
= new HttpApplicationState(parser.ApplicationObjects, parser.SessionObjects);
4 references to _state
System.Web (4)
HttpApplicationFactory.cs (4)
215
if (
_state
== null) {
361
app.InitInternal(context,
_state
, _eventHandlerMethods);
410
app.InitSpecial(
_state
, _eventHandlerMethods, appContext, context);
643
HttpApplicationState state = _theApplicationFactory.
_state
;