7 references to DefaultDataContractFormatAttribute
System.ServiceModel (7)
System\ServiceModel\ComIntegration\ComPlusTypeLoader.cs (1)
142
DataContractSerializerOperationBehavior contractSerializer = new DataContractSerializerOperationBehavior(operation, TypeLoader.
DefaultDataContractFormatAttribute
);
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\DataContractSerializerOperationGenerator.cs (1)
82
if (dataContractFormatAttribute.Style != TypeLoader.
DefaultDataContractFormatAttribute
.Style)
System\ServiceModel\Description\TypedMessageConverter.cs (2)
16
return Create(messageContract, action, null, TypeLoader.
DefaultDataContractFormatAttribute
);
21
return Create(messageContract, action, defaultNamespace, TypeLoader.
DefaultDataContractFormatAttribute
);
System\ServiceModel\Description\TypeLoader.cs (1)
296
DefaultDataContractFormatAttribute
));