1 write to isReadonly
System.Activities (1)
System\Activities\Hosting\WorkflowInstanceExtensionManager.cs (1)
281this.isReadonly = true;
3 references to isReadonly
System.Activities (3)
System\Activities\Hosting\WorkflowInstanceExtensionManager.cs (3)
152Fx.Assert(this.isReadonly, "should be read only at this point"); 238if (!this.isReadonly) 287if (this.isReadonly)