5 references to BookmarkQueueMap
System.Workflow.Runtime (5)
System\Activities\Statements\Interop.cs (1)
532
IComparable queueName = interopExecutor.
BookmarkQueueMap
[bookmark];
System\Activities\Statements\InteropEnvironment.cs (4)
225
this.executor.
BookmarkQueueMap
.Clear();
262
this.executor.
BookmarkQueueMap
.Add(v2Bookmark, bookmark);
271
foreach (KeyValuePair<Bookmark, IComparable> entry in this.executor.
BookmarkQueueMap
)
281
this.executor.
BookmarkQueueMap
.Remove(bookmarkToRemove);