17 references to FileChangesMonitor
System.Web (17)
Cache\CacheDependency.cs (2)
451FileChangesMonitor fmon = HttpRuntime.FileChangesMonitor; 634FileChangesMonitor fmon = HttpRuntime.FileChangesMonitor;
Compilation\BuildManager.cs (1)
688HttpRuntime.FileChangesMonitor.StartMonitoringFile(_webHashFilePath,
Configuration\HttpConfigurationSystem.cs (1)
258HttpRuntime.FileChangesMonitor.StartMonitoringFile(file, s_fileChangeEventHandler);
Configuration\WebConfigurationHost.cs (2)
540HttpRuntime.FileChangesMonitor.StartMonitoringFile( 563HttpRuntime.FileChangesMonitor.StopMonitoringFile(streamName, wrapper);
FileChangesMonitor.cs (5)
601HttpRuntime.FileChangesMonitor.RemoveAliases(_anyFileMon); 609HttpRuntime.FileChangesMonitor.RemoveAliases(fileMon); 744HttpRuntime.FileChangesMonitor.RemoveAliases(fileMon); 1135if (!HttpRuntime.FileChangesMonitor.IsDirNameMonitored(fullPath, fileName)) { 1154Debug.Dump("FileChangesMonitor", HttpRuntime.FileChangesMonitor);
Hosting\ObjectCacheHost.cs (2)
68HttpRuntime.FileChangesMonitor.StartMonitoringPath(filePath, target.Handler, out fad); 87HttpRuntime.FileChangesMonitor.StopMonitoringPath(filePath, state);
HttpApplicationFactory.cs (2)
329HttpRuntime.FileChangesMonitor.StartMonitoringFile(_appFilename, handler); 333HttpRuntime.FileChangesMonitor.StartMonitoringFile(
XmlSiteMapProvider.cs (2)
406HttpRuntime.FileChangesMonitor.StopMonitoringFile(_filename, _handler); 591HttpRuntime.FileChangesMonitor.StartMonitoringFile(_filename, _handler);