1 instantiation of CustomRuntimeRegistration
System.Web (1)
Hosting\CustomRuntimeManager.cs (1)
33CustomRuntimeRegistration registration = new CustomRuntimeRegistration(this, customRuntime);
4 references to CustomRuntimeRegistration
System.Web (4)
Hosting\CustomRuntimeManager.cs (4)
17private readonly ConcurrentDictionary<CustomRuntimeRegistration, object> _activeRegistrations = new ConcurrentDictionary<CustomRuntimeRegistration, object>(); 22foreach (var registration in _activeRegistrations.Keys) { 33CustomRuntimeRegistration registration = new CustomRuntimeRegistration(this, customRuntime);