1 type derived from IpcChannel
System.AddIn (1)
System\Addin\Hosting\AddInIpcChannel.cs (1)
13
internal class AddInIpcChannel :
IpcChannel
1 instantiation of IpcChannel
System.Workflow.Runtime (1)
DebugEngine\DebugController.cs (1)
347
this.channel = new
IpcChannel
(channelProperties, null, sinkProvider);
1 reference to IpcChannel
System.Workflow.Runtime (1)
DebugEngine\DebugController.cs (1)
54
private
IpcChannel
channel;