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