9 references to StartMonitoringFile
System.Web (9)
Compilation\BuildManager.cs (1)
688
HttpRuntime.FileChangesMonitor.
StartMonitoringFile
(_webHashFilePath,
Configuration\HttpConfigurationSystem.cs (1)
258
HttpRuntime.FileChangesMonitor.
StartMonitoringFile
(file, s_fileChangeEventHandler);
Configuration\WebConfigurationHost.cs (1)
540
HttpRuntime.FileChangesMonitor.
StartMonitoringFile
(
HttpApplicationFactory.cs (2)
329
HttpRuntime.FileChangesMonitor.
StartMonitoringFile
(_appFilename, handler);
333
HttpRuntime.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)
591
HttpRuntime.FileChangesMonitor.
StartMonitoringFile
(_filename, _handler);