1 write to _appFilename
System.Web (1)
HttpApplicationFactory.cs (1)
105
_appFilename
= GetApplicationFile();
2 references to _appFilename
System.Web (2)
HttpApplicationFactory.cs (2)
228
if (FileUtil.FileExists(
_appFilename
)) {
329
HttpRuntime.FileChangesMonitor.StartMonitoringFile(
_appFilename
, handler);