3 writes to IsValid
System.Runtime.DurableInstancing (3)
System\Runtime\DurableInstancing\InstanceHandle.cs (3)
43
IsValid
= true;
56
IsValid
= true;
174
IsValid
= false;
13 references to IsValid
System.Activities (3)
System\Activities\WorkflowApplication.cs (3)
5949
if (!this.handle.
IsValid
)
5969
if (!this.handle.
IsValid
)
6004
if (!this.handle.
IsValid
)
System.Runtime.DurableInstancing (9)
System\Runtime\DurableInstancing\InstanceHandle.cs (9)
155
if (!
IsValid
)
170
if (!
IsValid
)
280
if (
IsValid
&& (this.boundOwnerEvents == null || !this.boundOwnerEvents.Contains(persistenceEvent.Name)))
535
if (this.pendingOwnerEvents != null &&
IsValid
)
658
if (this.inProgressBind != null && (Version == -1 || !
IsValid
))
662
else if (Version != -1 && !
IsValid
)
711
if (!
IsValid
)
816
if (!this.handle.
IsValid
)
948
if (!this.handle.
IsValid
)
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\PersistenceContext.cs (1)
154
return this.handle == null || this.handle.
IsValid
;