13 references to IsInitialized
System.Activities (10)
System\Activities\ActivityUtilities.cs (1)
1106else if (bookmarkScope.IsInitialized)
System\Activities\BookmarkScope.cs (6)
59Fx.Assert(!this.IsInitialized, "Can only set this when uninitialized."); 121return this.IsInitialized && this.id == Guid.Empty; 137if (this.IsInitialized) 147if (this.IsInitialized) 159if (this.IsInitialized) 185else if (this.IsInitialized)
System\Activities\Runtime\BookmarkScopeManager.cs (3)
365Fx.Assert(!scope.IsInitialized, "This should have been checked by the caller."); 373Fx.Assert(!scope.IsInitialized, "This should have been checked by the caller."); 505if (!scope.IsInitialized)
System.ServiceModel.Activities (3)
System\ServiceModel\Activities\CorrelationHandle.cs (1)
289if (this.Scope.IsInitialized)
System\ServiceModel\Activities\InternalSendMessage.cs (1)
1503if (followingContextHandle != null && (followingContextHandle.Scope == null || followingContextHandle.Scope.IsInitialized == false))
System\ServiceModel\Activities\MessagingActivityHelper.cs (1)
133else if (context.DefaultBookmarkScope.IsInitialized)