3 writes to canWrite
System.ServiceModel (3)
System\ServiceModel\Channels\BodyWriter.cs (3)
20
this.
canWrite
= true;
57
this.
canWrite
= false;
107
this.
canWrite
= false;
2 references to canWrite
System.ServiceModel (2)
System\ServiceModel\Channels\BodyWriter.cs (2)
55
if (!this.
canWrite
)
105
if (!this.
canWrite
)