10 writes to inProgressBind
System.Runtime.DurableInstancing (10)
System\Runtime\DurableInstancing\InstanceHandle.cs (10)
218Owner.CancelBind(ref this.inProgressBind, ref handlesPendingResolution);
246Owner.FaultBind(ref this.inProgressBind, ref handlesPendingResolution, null);
307Owner.StartBind(this, ref this.inProgressBind);
341Owner.InstanceBound(ref this.inProgressBind, ref handlesPendingResolution);
389return Owner.InitiateLockResolution(instanceVersion, ref this.inProgressBind, ref handlesPendingResolution);
412Owner.FaultBind(ref this.inProgressBind, ref handlesPendingResolution, reason);
435if (!Owner.FinishBind(ref this.inProgressBind, ref instanceVersion, ref handlesPendingResolution))
522if (!Owner.TryCompleteBind(ref this.inProgressBind, ref handlesPendingResolution, out handleToFree))
531Owner.CancelBind(ref this.inProgressBind, ref handlesPendingResolution);
660Owner.CancelBind(ref this.inProgressBind, ref handlesPendingResolution);
12 references to inProgressBind
System.Runtime.DurableInstancing (12)