2 writes to returnedWriter
System.ServiceModel.Web (2)
System\ServiceModel\Channels\JsonMessageEncoderFactory.cs (2)
596
this.
returnedWriter
= writer;
611
this.
returnedWriter
= null;
3 references to returnedWriter
System.ServiceModel.Web (3)
System\ServiceModel\Channels\JsonMessageEncoderFactory.cs (3)
594
if (this.
returnedWriter
== null)
603
if (this.
returnedWriter
== null)
609
writer = this.
returnedWriter
;