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