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]
417[OperationContract, XmlSerializerFormat]
576[XmlSerializerFormat]
586[XmlSerializerFormat(SupportFaults = true)]
592[XmlSerializerFormat(SupportFaults = true)]
609[XmlSerializerFormat]
697[ServiceContract, XmlSerializerFormat]
700[OperationContract, XmlSerializerFormat(SupportFaults = true)]
707[OperationContract, XmlSerializerFormat]
716[XmlSerializerFormat(Style = OperationFormatStyle.Rpc, Use = OperationFormatUse.Encoded)]
745[XmlSerializerFormat(Style = OperationFormatStyle.Rpc, Use = OperationFormatUse.Literal)]
774[XmlSerializerFormat(Style = OperationFormatStyle.Document, Use = OperationFormatUse.Literal)]
803[XmlSerializerFormat(Style = OperationFormatStyle.Rpc, Use = OperationFormatUse.Encoded)]
814[XmlSerializerFormat(Style = OperationFormatStyle.Rpc, Use = OperationFormatUse.Literal)]
825[XmlSerializerFormat(Style = OperationFormatStyle.Document, Use = OperationFormatUse.Literal)]
839[XmlSerializerFormat(Style = OperationFormatStyle.Rpc, Use = OperationFormatUse.Encoded)]
System.ServiceModel.Primitives (3)
System.ServiceModel.Primitives.Tests (4)
25 references to XmlSerializerFormatAttribute
System.ServiceModel (1)
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)