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