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