5 references to ICustomRuntime
System.Web (5)
Hosting\CustomRuntimeManager.cs (3)
32public ICustomRuntimeRegistrationToken Register(ICustomRuntime customRuntime) { 80public CustomRuntimeRegistration(CustomRuntimeManager customRuntimeManager, ICustomRuntime customRuntime) { 85public ICustomRuntime CustomRuntime { get; private set; }
Hosting\ICustomRuntimeManager.cs (1)
17[In, MarshalAs(UnmanagedType.Interface)] ICustomRuntime customRuntime);
Hosting\ProcessHost.cs (1)
844ICustomRuntimeRegistrationToken ICustomRuntimeManager.Register(ICustomRuntime customRuntime) {