3 writes to channel
System.Workflow.Runtime (3)
DebugEngine\DebugController.cs (3)
277this.channel = null; 347this.channel = new IpcChannel(channelProperties, null, sinkProvider); 399this.channel = null;
4 references to channel
System.Workflow.Runtime (4)
DebugEngine\DebugController.cs (4)
348ChannelServices.RegisterChannel(this.channel, true); 353uri = this.channel.GetUrlsForUri(this.programId.ToString())[0]; 396if (this.channel != null) 398ChannelServices.UnregisterChannel(this.channel);