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