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