2 writes to OperationPending
System.Runtime.DurableInstancing (2)
System\Runtime\DurableInstancing\InstanceHandle.cs (2)
653OperationPending = false; 826this.handle.OperationPending = true;
12 references to OperationPending
System.Runtime.DurableInstancing (12)
System\Runtime\DurableInstancing\InstanceHandle.cs (12)
196if (OperationPending) 235if (OperationPending) 276Fx.Assert(OperationPending, "Should only be called during an operation."); 302Fx.Assert(OperationPending, "Should only be called during an operation."); 336Fx.Assert(OperationPending, "BindInstance should only be called during an operation."); 362Fx.Assert(OperationPending, "Bind should only be called during an operation."); 381Fx.Assert(OperationPending, "StartReclaim should only be called during an operation."); 498Fx.Assert(OperationPending, "ReleaseExecutionContext called with no operation pending."); 529Fx.Assert(OperationPending, "Should have cancelled this bind in FinishOperation."); 602if (OperationPending && AcquirePending == null) 624if (OperationPending && AcquirePending == null) 821if (this.handle.OperationPending)