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