7 writes to isReadOutstanding
System.ServiceModel (7)
System\ServiceModel\Channels\PipeConnection.cs (7)
277this.isReadOutstanding = true; 284this.isReadOutstanding = false; 901this.isReadOutstanding = false; 1374this.isReadOutstanding = true; 1381this.isReadOutstanding = false; 1390this.isReadOutstanding = false; 1423this.isReadOutstanding = false;
9 references to isReadOutstanding
System.ServiceModel (9)
System\ServiceModel\Channels\PipeConnection.cs (9)
261if (this.isReadOutstanding) 291if (!this.isReadOutstanding) 302if (!this.isReadOutstanding) 318return this.isReadOutstanding ? AsyncCompletionResult.Queued : AsyncCompletionResult.Completed; 1028if (!this.isReadOutstanding) 1137if (!this.isReadOutstanding) 1367if (this.isReadOutstanding) 1395if (!this.isReadOutstanding) 1405if (this.isReadOutstanding)