1 instantiation of FileChangesMonitor
System.Web (1)
HttpRuntime.cs (1)
338_fcm = new FileChangesMonitor(HostingEnvironment.FcnMode);
23 references to FileChangesMonitor
System.Web (23)
Cache\CacheDependency.cs (2)
451FileChangesMonitor fmon = HttpRuntime.FileChangesMonitor; 634FileChangesMonitor fmon = HttpRuntime.FileChangesMonitor;
Compilation\BuildManager.cs (1)
724string message = FileChangesMonitor.GenerateErrorMessage(e.Action, _webHashFilePath);
Compilation\ClientBuildManager.cs (1)
285return FileChangesMonitor.s_dirsToMonitor;
Configuration\HttpConfigurationSystem.cs (1)
268string message = FileChangesMonitor.GenerateErrorMessage(e.Action, e.FileName);
FileChangesMonitor.cs (12)
449throw FileChangesMonitor.CreateFileMonitoringException(hr, dir); 671throw FileChangesMonitor.CreateFileMonitoringException(HResults.E_INVALIDARG, path); 691throw FileChangesMonitor.CreateFileMonitoringException(HResults.E_INVALIDARG, path); 699throw FileChangesMonitor.CreateFileMonitoringException(hr, path); 946for (int i = 0; i < FileChangesMonitor.s_dirsToMonitor.Length; i++) { 947if (StringUtil.StringStartsWithIgnoreCase(fileName, FileChangesMonitor.s_dirsToMonitor[i])) { 948fileMon = (FileMonitor)_fileMons[FileChangesMonitor.s_dirsToMonitor[i]]; 1626throw FileChangesMonitor.CreateFileMonitoringException(hr, dir); 1646throw FileChangesMonitor.CreateFileMonitoringException(hr, dir); 2213throw FileChangesMonitor.CreateFileMonitoringException(HResults.E_INVALIDARG, alias); 2218throw FileChangesMonitor.CreateFileMonitoringException(HResults.E_INVALIDARG, alias); 2244throw FileChangesMonitor.CreateFileMonitoringException(HResults.E_INVALIDARG, alias);
HttpApplicationFactory.cs (1)
342string message = FileChangesMonitor.GenerateErrorMessage(e.Action, e.FileName);
HttpRuntime.cs (5)
187private FileChangesMonitor _fcm; 2132string message = FileChangesMonitor.GenerateErrorMessage(e.Action); 2782internal static FileChangesMonitor FileChangesMonitor { 3302string message = FileChangesMonitor.GenerateErrorMessage(e.Action, e.FileName); 3318string message = FileChangesMonitor.GenerateErrorMessage(e.Action, AppOfflineFileName);