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