1 write to bookmarkQueueMap
System.Workflow.Runtime (1)
System\Activities\Statements\InteropExecutor.cs (1)
108
this.
bookmarkQueueMap
= new Dictionary<System.Activities.Bookmark, IComparable>();
2 references to bookmarkQueueMap
System.Workflow.Runtime (2)
System\Activities\Statements\InteropExecutor.cs (2)
106
if (this.
bookmarkQueueMap
== null)
110
return this.
bookmarkQueueMap
;