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();
2783
get { return _theRuntime.
_fcm
; }
3237
_fcm
.StartMonitoringFile(file, new FileChangeEventHandler(this.OnSecurityPolicyFileChange));
3292
_fcm
.StartMonitoringFile(file, new FileChangeEventHandler(this.OnSecurityPolicyFileChange));