1 write to Id
System.Activities (1)
System\Activities\Runtime\BookmarkScopeManager.cs (1)
401lookupScope.Id = id;
12 references to Id
System.Activities (8)
System\Activities\ActivityUtilities.cs (1)
1108return "'" + bookmarkScope.Id.ToString() + "'";
System\Activities\BookmarkScope.cs (1)
161return new BookmarkScopeInfo(this.Id);
System\Activities\Runtime\BookmarkScopeManager.cs (5)
219InitializeBookmarkScopeWithoutKeyAssociation(uninitializedScope, scope.Id); 406TD.BookmarkScopeInitialized(temporaryId.ToString(CultureInfo.InvariantCulture), lookupScope.Id.ToString()); 452if (eachScope.Id.Equals(scopeId)) 486this.keysToAssociate.Add(new InstanceKey(newScope.Id)); 517this.keysToDisassociate.Add(new InstanceKey(scope.Id));
System\Activities\Tracking\BookmarkResumptionRecord.cs (1)
26this.BookmarkScope = bookmark.Scope.Id;
System.ServiceModel.Activities (4)
System\ServiceModel\Activities\CorrelationHandle.cs (2)
291if (this.Scope.Id != instanceKey.Value) 294new InvalidOperationException(SR.CorrelationHandleInUse(this.Scope.Id, instanceKey.Value)));
System\ServiceModel\Activities\MessagingActivityHelper.cs (2)
135if (context.DefaultBookmarkScope.Id != instanceKey.Value) 138new InvalidOperationException(SR2.CorrelationHandleInUse(context.DefaultBookmarkScope.Id, instanceKey.Value)));