3 writes to publisher
System.Workflow.Runtime (3)
DebugEngine\ProgramPublisher.cs (3)
35
this.
publisher
= null;
68
this.
publisher
= new WDEProgramPublisher() as IWDEProgramPublisher;
123
this.
publisher
= null;
3 references to publisher
System.Workflow.Runtime (3)
DebugEngine\ProgramPublisher.cs (3)
72
this.
publisher
.Publish(this.wdeProgramNodeSingleton);
111
this.
publisher
.Unpublish(this.wdeProgramNodeSingleton);
122
Marshal.ReleaseComObject(this.
publisher
);