38 instantiations of XmlSerializerFormatAttribute
Contract.Message.IntegrationTests (1)
Contract.Service.IntegrationTests (3)
dotnet-svcutil.xmlserializer.IntegrationTests (1)
ScenarioTests.Common.Tests (26)
ServiceInterfaces.cs (26)
125XmlSerializerFormat]
129XmlSerializerFormat(SupportFaults = true)]
133XmlSerializerFormat(Style = OperationFormatStyle.Rpc)]
137XmlSerializerFormat]
141XmlSerializerFormat]
145XmlSerializerFormat]
153[XmlSerializerFormat(Style = OperationFormatStyle.Rpc, SupportFaults = true, Use = OperationFormatUse.Encoded)]
157[XmlSerializerFormat(Style = OperationFormatStyle.Rpc, SupportFaults = true, Use = OperationFormatUse.Encoded)]
161[XmlSerializerFormat(Style = OperationFormatStyle.Rpc, SupportFaults = true, Use = OperationFormatUse.Encoded)]
167[XmlSerializerFormat(Style = OperationFormatStyle.Rpc, SupportFaults = true, Use = OperationFormatUse.Encoded)]
177XmlSerializerFormat]
404[OperationContract, XmlSerializerFormat]
563[XmlSerializerFormat]
573[XmlSerializerFormat(SupportFaults = true)]
579[XmlSerializerFormat(SupportFaults = true)]
596[XmlSerializerFormat]
684[ServiceContract, XmlSerializerFormat]
687[OperationContract, XmlSerializerFormat(SupportFaults = true)]
694[OperationContract, XmlSerializerFormat]
703[XmlSerializerFormat(Style = OperationFormatStyle.Rpc, Use = OperationFormatUse.Encoded)]
732[XmlSerializerFormat(Style = OperationFormatStyle.Rpc, Use = OperationFormatUse.Literal)]
761[XmlSerializerFormat(Style = OperationFormatStyle.Document, Use = OperationFormatUse.Literal)]
790[XmlSerializerFormat(Style = OperationFormatStyle.Rpc, Use = OperationFormatUse.Encoded)]
801[XmlSerializerFormat(Style = OperationFormatStyle.Rpc, Use = OperationFormatUse.Literal)]
812[XmlSerializerFormat(Style = OperationFormatStyle.Document, Use = OperationFormatUse.Literal)]
826[XmlSerializerFormat(Style = OperationFormatStyle.Rpc, Use = OperationFormatUse.Encoded)]
System.ServiceModel.Primitives (3)
System.ServiceModel.Primitives.Tests (4)
24 references to XmlSerializerFormatAttribute
System.ServiceModel.Primitives (23)
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (12)
29public XmlSerializerOperationBehavior(OperationDescription operation, XmlSerializerFormatAttribute attribute)
40internal XmlSerializerOperationBehavior(OperationDescription operation, XmlSerializerFormatAttribute attribute, Reflector parentReflector)
61public XmlSerializerFormatAttribute XmlSerializerFormatAttribute
74internal static XmlSerializerOperationFormatter CreateOperationFormatter(OperationDescription operation, XmlSerializerFormatAttribute attr)
227private static XmlSerializerFormatAttribute FindAttribute(OperationDescription operation)
230XmlSerializerFormatAttribute contractFormatAttribute = contractType != null ? TypeLoader.GetFormattingAttribute(contractType, null) as XmlSerializerFormatAttribute : null;
231return TypeLoader.GetFormattingAttribute(operation.OperationMethod, contractFormatAttribute) as XmlSerializerFormatAttribute;
237XmlSerializerFormatAttribute attr = FindAttribute(operation);
247internal OperationReflector ReflectOperation(OperationDescription operation, XmlSerializerFormatAttribute attrOverride)
260internal readonly XmlSerializerFormatAttribute Attribute;
274internal OperationReflector(Reflector parent, OperationDescription operation, XmlSerializerFormatAttribute attr, bool reflectOnDemand)
System.ServiceModel.Primitives.Tests (1)