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)
451
FileChangesMonitor
fmon = HttpRuntime.FileChangesMonitor;
634
FileChangesMonitor
fmon = HttpRuntime.FileChangesMonitor;
Compilation\BuildManager.cs (1)
724
string message =
FileChangesMonitor
.GenerateErrorMessage(e.Action, _webHashFilePath);
Compilation\ClientBuildManager.cs (1)
285
return
FileChangesMonitor
.s_dirsToMonitor;
Configuration\HttpConfigurationSystem.cs (1)
268
string message =
FileChangesMonitor
.GenerateErrorMessage(e.Action, e.FileName);
FileChangesMonitor.cs (12)
449
throw
FileChangesMonitor
.CreateFileMonitoringException(hr, dir);
671
throw
FileChangesMonitor
.CreateFileMonitoringException(HResults.E_INVALIDARG, path);
691
throw
FileChangesMonitor
.CreateFileMonitoringException(HResults.E_INVALIDARG, path);
699
throw
FileChangesMonitor
.CreateFileMonitoringException(hr, path);
946
for (int i = 0; i <
FileChangesMonitor
.s_dirsToMonitor.Length; i++) {
947
if (StringUtil.StringStartsWithIgnoreCase(fileName,
FileChangesMonitor
.s_dirsToMonitor[i])) {
948
fileMon = (FileMonitor)_fileMons[
FileChangesMonitor
.s_dirsToMonitor[i]];
1626
throw
FileChangesMonitor
.CreateFileMonitoringException(hr, dir);
1646
throw
FileChangesMonitor
.CreateFileMonitoringException(hr, dir);
2213
throw
FileChangesMonitor
.CreateFileMonitoringException(HResults.E_INVALIDARG, alias);
2218
throw
FileChangesMonitor
.CreateFileMonitoringException(HResults.E_INVALIDARG, alias);
2244
throw
FileChangesMonitor
.CreateFileMonitoringException(HResults.E_INVALIDARG, alias);
HttpApplicationFactory.cs (1)
342
string message =
FileChangesMonitor
.GenerateErrorMessage(e.Action, e.FileName);
HttpRuntime.cs (5)
187
private
FileChangesMonitor
_fcm;
2132
string message =
FileChangesMonitor
.GenerateErrorMessage(e.Action);
2782
internal static
FileChangesMonitor
FileChangesMonitor {
3302
string message =
FileChangesMonitor
.GenerateErrorMessage(e.Action, e.FileName);
3318
string message =
FileChangesMonitor
.GenerateErrorMessage(e.Action, AppOfflineFileName);