9 references to StartMonitoringFile
System.Web (9)
Compilation\BuildManager.cs (1)
688HttpRuntime.FileChangesMonitor.StartMonitoringFile(_webHashFilePath,
Configuration\HttpConfigurationSystem.cs (1)
258HttpRuntime.FileChangesMonitor.StartMonitoringFile(file, s_fileChangeEventHandler);
Configuration\WebConfigurationHost.cs (1)
540HttpRuntime.FileChangesMonitor.StartMonitoringFile(
HttpApplicationFactory.cs (2)
329HttpRuntime.FileChangesMonitor.StartMonitoringFile(_appFilename, handler); 333HttpRuntime.FileChangesMonitor.StartMonitoringFile(
HttpRuntime.cs (3)
1247_theRuntime._fcm.StartMonitoringFile(appOfflineFile, new FileChangeEventHandler(_theRuntime.OnAppOfflineFileChange)); 3237_fcm.StartMonitoringFile(file, new FileChangeEventHandler(this.OnSecurityPolicyFileChange)); 3292_fcm.StartMonitoringFile(file, new FileChangeEventHandler(this.OnSecurityPolicyFileChange));
XmlSiteMapProvider.cs (1)
591HttpRuntime.FileChangesMonitor.StartMonitoringFile(_filename, _handler);