2 references to HttpApplicationState
System.Web (2)
HttpApplicationFactory.cs (1)
240
_state = new
HttpApplicationState
(parser.ApplicationObjects, parser.SessionObjects);
httpapplicationstate.cs (1)
46
internal HttpApplicationState() :
this
(null, null) {