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