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