1 write to formatter
System.ServiceModel (1)
System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (1)
74this.formatter = operation.Formatter;
2 references to formatter
System.ServiceModel (2)
System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (2)
103if (this.formatter == null && (deserializeRequest || serializeReply)) 163get { return this.formatter; }