1 write to _webHashFilePath
System.Web (1)
Compilation\BuildManager.cs (1)
400_webHashFilePath = Path.Combine(HttpRuntime.CodegenDirInternal, "hash\\hash.web");
8 references to _webHashFilePath
System.Web (8)
Compilation\BuildManager.cs (8)
100get { return _theBuildManager._webHashFilePath; } 688HttpRuntime.FileChangesMonitor.StartMonitoringFile(_webHashFilePath, 690Debug.Assert(File.Exists(_webHashFilePath), _webHashFilePath); 722Debug.Trace("BuildManager", _webHashFilePath + " changed - shutting down the app domain"); 723Debug.Trace("AppDomainFactory", "Shutting down appdomain because " + _webHashFilePath + " file changed"); 724string message = FileChangesMonitor.GenerateErrorMessage(e.Action, _webHashFilePath); 726message = "Change in " + _webHashFilePath;