4 references to ApplicationObjects
System.Web (4)
Compilation\ApplicationBuildProvider.cs (1)
80if (Parser.ApplicationObjects != null || Parser.SessionObjects != null)
Compilation\BaseCodeDomTreeGenerator.cs (2)
673if (Parser.ApplicationObjects != null) 674BuildObjectPropertiesHelper(Parser.ApplicationObjects.Objects, true);
HttpApplicationFactory.cs (1)
240_state = new HttpApplicationState(parser.ApplicationObjects, parser.SessionObjects);