1 write to _fcm
System.Web (1)
HttpRuntime.cs (1)
338_fcm = new FileChangesMonitor(HostingEnvironment.FcnMode);
7 references to _fcm
System.Web (7)
HttpRuntime.cs (7)
736_fcm.StartMonitoringDirectoryRenamesAndBinDirectory(AppDomainAppPathInternal, new FileChangeEventHandler(this.OnCriticalDirectoryChange)); 744_theRuntime._fcm.StartListeningToLocalResourcesDirectory(virtualDir); 1247_theRuntime._fcm.StartMonitoringFile(appOfflineFile, new FileChangeEventHandler(_theRuntime.OnAppOfflineFileChange)); 2034_fcm.Stop(); 2783get { return _theRuntime._fcm; } 3237_fcm.StartMonitoringFile(file, new FileChangeEventHandler(this.OnSecurityPolicyFileChange)); 3292_fcm.StartMonitoringFile(file, new FileChangeEventHandler(this.OnSecurityPolicyFileChange));