7 writes to isWriteOutstanding
System.ServiceModel (7)
System\ServiceModel\Channels\PipeConnection.cs (7)
371this.isWriteOutstanding = true; 378this.isWriteOutstanding = false; 971this.isWriteOutstanding = false; 1472this.isWriteOutstanding = true; 1479this.isWriteOutstanding = false; 1485this.isWriteOutstanding = false; 1523this.isWriteOutstanding = false;
11 references to isWriteOutstanding
System.ServiceModel (11)
System\ServiceModel\Channels\PipeConnection.cs (11)
356if (this.isWriteOutstanding) 385if (!this.isWriteOutstanding) 395if (!this.isWriteOutstanding) 413return this.isWriteOutstanding ? AsyncCompletionResult.Queued : AsyncCompletionResult.Completed; 783if (!this.isWriteOutstanding) 1168if (!this.isWriteOutstanding) 1228if (!this.isWriteOutstanding) 1281if (!this.isWriteOutstanding) 1464if (this.isWriteOutstanding) 1490if (!this.isWriteOutstanding) 1505if (this.isWriteOutstanding)