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