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