2 writes to formatter
System.ServiceModel (2)
System\ServiceModel\Dispatcher\ClientOperation.cs (2)
133
this.
formatter
= value;
170
set { this.
formatter
= value; }
2 references to formatter
System.ServiceModel (2)
System\ServiceModel\Dispatcher\ClientOperation.cs (2)
127
get { return this.
formatter
; }
169
get { return this.
formatter
; }