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