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)
100
get { return _theBuildManager.
_webHashFilePath
; }
688
HttpRuntime.FileChangesMonitor.StartMonitoringFile(
_webHashFilePath
,
690
Debug.Assert(File.Exists(
_webHashFilePath
),
_webHashFilePath
);
722
Debug.Trace("BuildManager",
_webHashFilePath
+ " changed - shutting down the app domain");
723
Debug.Trace("AppDomainFactory", "Shutting down appdomain because " +
_webHashFilePath
+ " file changed");
724
string message = FileChangesMonitor.GenerateErrorMessage(e.Action,
_webHashFilePath
);
726
message = "Change in " +
_webHashFilePath
;