4 references to GetFormattingAttribute
System.ServiceModel.Primitives (4)
System\ServiceModel\Description\TypeLoader.cs (2)
283Attribute formattingAttribute = GetFormattingAttribute(opMethod, 284GetFormattingAttribute(operationDescription.DeclaringContract.ContractType,
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (2)
230XmlSerializerFormatAttribute contractFormatAttribute = contractType != null ? TypeLoader.GetFormattingAttribute(contractType, null) as XmlSerializerFormatAttribute : null; 231return TypeLoader.GetFormattingAttribute(operation.OperationMethod, contractFormatAttribute) as XmlSerializerFormatAttribute;