2 writes to formatter
System.ServiceModel (2)
System\ServiceModel\Dispatcher\DispatchOperation.cs (2)
105
this.
formatter
= value;
173
set { this.
formatter
= value; }
2 references to formatter
System.ServiceModel (2)
System\ServiceModel\Dispatcher\DispatchOperation.cs (2)
99
get { return this.
formatter
; }
172
get { return this.
formatter
; }