4 references to GetFormattingAttribute
System.ServiceModel (4)
System\ServiceModel\Description\TypeLoader.cs (2)
294
Attribute formattingAttribute =
GetFormattingAttribute
(opMethod,
295
GetFormattingAttribute
(operationDescription.DeclaringContract.ContractType,
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (2)
243
XmlSerializerFormatAttribute contractFormatAttribute = contractType != null ? TypeLoader.
GetFormattingAttribute
(contractType, null) as XmlSerializerFormatAttribute : null;
244
return TypeLoader.
GetFormattingAttribute
(operation.OperationMethod, contractFormatAttribute) as XmlSerializerFormatAttribute;