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