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