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