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)
430
Debug.Assert(
_state
!= null); // app state always available
431
return
_state
;
1576
if (
_state
!= null)
1577
_state
.EnsureUnLock();
1609
if (
_state
!= null)
1610
_state
.EnsureUnLock();