2 writes to Scope
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\CorrelationHandle.cs (2)
193
this.
Scope
= executionContext.DefaultBookmarkScope;
285
this.
Scope
= this.bookmarkScopeHandle.BookmarkScope;
12 references to Scope
System.ServiceModel.Activities (12)
System\ServiceModel\Activities\CorrelationHandle.cs (8)
191
if (this.
Scope
== null)
195
return this.
Scope
;
282
if (this.
Scope
== null)
289
if (this.
Scope
.IsInitialized)
291
if (this.
Scope
.Id != instanceKey.Value)
294
new InvalidOperationException(SR.CorrelationHandleInUse(this.
Scope
.Id, instanceKey.Value)));
299
this.
Scope
.Initialize(context, instanceKey.Value);
307
if (this.
Scope
!= null || this.CallbackContext != null || this.Context != null || this.ResponseContext != null || this.RequestContext != null || (this.InstanceKey != null && this.InstanceKey.IsValid))
System\ServiceModel\Activities\InternalReceiveMessage.cs (2)
201
if (followingCorrelation != null && followingCorrelation.
Scope
!= null)
203
bookmarkScope = followingCorrelation.
Scope
;
System\ServiceModel\Activities\InternalSendMessage.cs (2)
1503
if (followingContextHandle != null && (followingContextHandle.
Scope
== null || followingContextHandle.
Scope
.IsInitialized == false))