2 writes to isPublished
System.Workflow.Runtime (2)
DebugEngine\ProgramPublisher.cs (2)
73this.isPublished = true; 126this.isPublished = false;
3 references to isPublished
System.Workflow.Runtime (3)
DebugEngine\ProgramPublisher.cs (3)
43if (isPublished) 61return this.isPublished; 84if (!isPublished)