2 writes to _state
System.Web (2)
HttpApplication.cs (2)
1630_state = state; 1744_state = state;
6 references to _state
System.Web (6)
HttpApplication.cs (6)
430Debug.Assert(_state != null); // app state always available 431return _state; 1576if (_state != null) 1577_state.EnsureUnLock(); 1609if (_state != null) 1610_state.EnsureUnLock();