5 references to ApplicationPath
System.Web (5)
Management\EventlogProvider.cs (1)
58dataFields.Add(appInfo.ApplicationPath);
Management\SqlWebEventProvider.cs (1)
136sqlCommand.Parameters[n++].Value = appInfo.ApplicationPath; // @ApplicationPath
Management\WebEvents.cs (2)
329fields.Add(new WebEventFieldData("ApplicationPath", WebBaseEvent.ApplicationInformation.ApplicationPath, WebEventFieldType.String)); 1908formatter.AppendLine(WebBaseEvent.FormatResourceStringWithCache(SR.Webevent_event_application_path, ApplicationPath));
Management\wmiprovider.cs (1)
80wmiData.appPath = appInfo.ApplicationPath;