1 instantiation of CustomRuntimeManager
System.Web (1)
Hosting\ProcessHost.cs (1)
288
private readonly CustomRuntimeManager _customRuntimeManager = new
CustomRuntimeManager
();
3 references to CustomRuntimeManager
System.Web (3)
Hosting\CustomRuntimeManager.cs (2)
78
private readonly
CustomRuntimeManager
_customRuntimeManager;
80
public CustomRuntimeRegistration(
CustomRuntimeManager
customRuntimeManager, ICustomRuntime customRuntime) {
Hosting\ProcessHost.cs (1)
288
private readonly
CustomRuntimeManager
_customRuntimeManager = new CustomRuntimeManager();