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