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