7 references to DefaultDataContractFormatAttribute
System.ServiceModel (7)
System\ServiceModel\ComIntegration\ComPlusTypeLoader.cs (1)
142DataContractSerializerOperationBehavior contractSerializer = new DataContractSerializerOperationBehavior(operation, TypeLoader.DefaultDataContractFormatAttribute);
System\ServiceModel\ComIntegration\MexServiceChannelBuilder.cs (1)
182operation.Formatter = new DataContractSerializerOperationFormatter(opDesc, TypeLoader.DefaultDataContractFormatAttribute, null);
System\ServiceModel\ComIntegration\WsdlServiceChannelBuilder.cs (1)
176operation.Formatter = new DataContractSerializerOperationFormatter(opDesc, TypeLoader.DefaultDataContractFormatAttribute, null);
System\ServiceModel\Description\DataContractSerializerOperationGenerator.cs (1)
82if (dataContractFormatAttribute.Style != TypeLoader.DefaultDataContractFormatAttribute.Style)
System\ServiceModel\Description\TypedMessageConverter.cs (2)
16return Create(messageContract, action, null, TypeLoader.DefaultDataContractFormatAttribute); 21return Create(messageContract, action, defaultNamespace, TypeLoader.DefaultDataContractFormatAttribute);
System\ServiceModel\Description\TypeLoader.cs (1)
296DefaultDataContractFormatAttribute));