4 references to DataContractSerializerOperationFormatter
System.ServiceModel (4)
System\ServiceModel\ComIntegration\MexServiceChannelBuilder.cs (1)
182
operation.Formatter = new
DataContractSerializerOperationFormatter
(opDesc, TypeLoader.DefaultDataContractFormatAttribute, null);
System\ServiceModel\ComIntegration\WsdlServiceChannelBuilder.cs (1)
176
operation.Formatter = new
DataContractSerializerOperationFormatter
(opDesc, TypeLoader.DefaultDataContractFormatAttribute, null);
System\ServiceModel\Description\DataContractSerializerOperationBehavior.cs (1)
126
return new
DataContractSerializerOperationFormatter
(operation, dataContractFormatAttribute, this);
System\ServiceModel\Description\TypedMessageConverter.cs (1)
75
return new
DataContractSerializerOperationFormatter
(operation, (DataContractFormatAttribute)formatAttribute, null);