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