3 writes to AcquirePending
System.Runtime.DurableInstancing (3)
System\Runtime\DurableInstancing\InstanceHandle.cs (3)
654AcquirePending = null; 844this.handle.AcquirePending = this; 962this.handle.AcquirePending = null;
10 references to AcquirePending
System.Runtime.DurableInstancing (10)
System\Runtime\DurableInstancing\InstanceHandle.cs (10)
198if (AcquirePending != null) 277Fx.Assert(AcquirePending == null, "Should only be called after acquiring the transaction."); 303Fx.Assert(AcquirePending == null, "Should only be called after acquiring the transaction."); 337Fx.Assert(AcquirePending == null, "BindInstance should only be called after acquiring the transaction."); 363Fx.Assert(AcquirePending == null, "Bind should only be called after acquiring the transaction."); 382Fx.Assert(AcquirePending == null, "StartReclaim should only be called after acquiring the transaction."); 530Fx.Assert(AcquirePending == null, "Should not be in Commit during AcquirePending."); 602if (OperationPending && AcquirePending == null) 624if (OperationPending && AcquirePending == null) 831Fx.Assert(this.handle.AcquirePending == null, "Overlapped acquires pending.");