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