1 write to isReadOnly
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\SqlWorkflowInstanceStore.cs (1)
555
this.
isReadOnly
= true;
4 references to isReadOnly
System.Activities.DurableInstancing (4)
System\Activities\DurableInstancing\SqlWorkflowInstanceStore.cs (4)
180
Fx.Assert(this.
isReadOnly
, "Should not be called before there are any handles");
547
if (!this.
isReadOnly
)
551
if (!this.
isReadOnly
)
655
if (this.
isReadOnly
)