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