1 write to wdeProgramNodeSingleton
System.Workflow.Runtime (1)
DebugEngine\ProgramPublisher.cs (1)
69this.wdeProgramNodeSingleton = new ProgramNode(this.controller);
3 references to wdeProgramNodeSingleton
System.Workflow.Runtime (3)
DebugEngine\ProgramPublisher.cs (3)
70this.gchWdeProgramNode = GCHandle.Alloc(this.wdeProgramNodeSingleton); 72this.publisher.Publish(this.wdeProgramNodeSingleton); 111this.publisher.Unpublish(this.wdeProgramNodeSingleton);