1 write to _disposed
System.Workflow.Runtime (1)
WorkflowRuntime.cs (1)
228
_disposed
= true;
3 references to _disposed
System.Workflow.Runtime (3)
WorkflowRuntime.cs (3)
175
if (
_disposed
)
220
if (!
_disposed
)
244
return this.
_disposed
;