4 references to BookmarkScope
System.Activities (2)
System\Activities\Runtime\BookmarkScopeManager.cs (2)
389if (this.bookmarkManagers.ContainsKey(new BookmarkScope(id))) 465scope = new BookmarkScope(scopeId);
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\Description\WorkflowOperationBehavior.cs (1)
114bookmarkScope = new BookmarkScope(correlationMessageProperty.CorrelationKey.Value);
System\ServiceModel\Activities\WorkflowHostingEndpoint.cs (1)
131bookmarkScope = new BookmarkScope(correlationMessageProperty.CorrelationKey.Value);