Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/referencesource/System.Web/Hosting/HostingEnvironment.cs')
-rw-r--r--mcs/class/referencesource/System.Web/Hosting/HostingEnvironment.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/mcs/class/referencesource/System.Web/Hosting/HostingEnvironment.cs b/mcs/class/referencesource/System.Web/Hosting/HostingEnvironment.cs
index 80c0e8c69bd..d5d2c15e352 100644
--- a/mcs/class/referencesource/System.Web/Hosting/HostingEnvironment.cs
+++ b/mcs/class/referencesource/System.Web/Hosting/HostingEnvironment.cs
@@ -590,7 +590,7 @@ namespace System.Web.Hosting {
HttpRuntime.SetShutdownReason(ApplicationShutdownReason.HostingEnvironment, "HostingEnvironment initiated shutdown");
- // Avoid calling Environment.StackTrace if we are in the ClientBuildManager (Dev10
+ // Avoid calling Environment.StackTrace if we are in the ClientBuildManager (Dev10 bug 824659)
if (!BuildManagerHost.InClientBuildManager) {
new EnvironmentPermission(PermissionState.Unrestricted).Assert();
try {
@@ -601,7 +601,7 @@ namespace System.Web.Hosting {
}
}
- // waitChangeNotification need not be honored in ClientBuildManager (Dev11
+ // waitChangeNotification need not be honored in ClientBuildManager (Dev11 bug 264894)
if (!BuildManagerHost.InClientBuildManager) {
// this should only be called once, before the cache is disposed, and
// the config records are released.