2 writes to syncOperationPending
System.ServiceModel (2)
System\ServiceModel\Channels\OverlappedContext.cs (2)
255
this.
syncOperationPending
= true;
314
this.
syncOperationPending
= false;
7 references to syncOperationPending
System.ServiceModel (7)
System\ServiceModel\Channels\OverlappedContext.cs (7)
81
if (this.
syncOperationPending
)
110
if (this.
syncOperationPending
)
141
if (this.pendingCallback != null || this.
syncOperationPending
)
173
if (this.
syncOperationPending
)
237
if (this.
syncOperationPending
)
277
if (!this.
syncOperationPending
)
449
Fx.Assert(pThis.
syncOperationPending
, "OverlappedContext.CleanupCallback called with no sync operation pending.");