2 writes to _accessibleHostingEnvCount
System.Web (2)
Hosting\ApplicationManager.cs (2)
756Interlocked.Decrement(ref _accessibleHostingEnvCount); 862Interlocked.Increment(ref _accessibleHostingEnvCount);
2 references to _accessibleHostingEnvCount
System.Web (2)
Hosting\ApplicationManager.cs (2)
768get { return _accessibleHostingEnvCount; } 779while (_accessibleHostingEnvCount >= limit && !_shutdownInProgress)