1 instantiation of WebApplicationInformation
System.Web (1)
Management\WebEvents.cs (1)
131static WebApplicationInformation s_applicationInfo = new WebApplicationInformation();
5 references to WebApplicationInformation
System.Web (5)
Management\EventlogProvider.cs (1)
43WebApplicationInformation appInfo = WebBaseEvent.ApplicationInformation;
Management\SqlWebEventProvider.cs (1)
124WebApplicationInformation appInfo = WebBaseEvent.ApplicationInformation;
Management\WebEvents.cs (2)
131static WebApplicationInformation s_applicationInfo = new WebApplicationInformation(); 236public static WebApplicationInformation ApplicationInformation {
Management\wmiprovider.cs (1)
62WebApplicationInformation appInfo = WebBaseEvent.ApplicationInformation;