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)
215if (_state == null) { 361app.InitInternal(context, _state, _eventHandlerMethods); 410app.InitSpecial(_state, _eventHandlerMethods, appContext, context); 643HttpApplicationState state = _theApplicationFactory._state;