35 instantiations of XmlSerializerFormatAttribute
Contract.Message.IntegrationTests (1)
TestTypes.4.4.0.cs (1)
26[XmlSerializerFormat(SupportFaults = true)]
Contract.Service.IntegrationTests (3)
ServiceKnownTypeTests.4.0.0.cs (3)
155[XmlSerializerFormat] 164[XmlSerializerFormat] 168[XmlSerializerFormat]
dotnet-svcutil.xmlserializer.IntegrationTests (1)
TestTypes.cs (1)
17[XmlSerializerFormat]
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.Tests (4)
Description\OperationBehaviorTest.cs (4)
73XmlSerializerFormatAttribute serializerAttribute = new XmlSerializerFormatAttribute(); 130[XmlSerializerFormat(Style = OperationFormatStyle.Rpc)] 139[XmlSerializerFormat] 143[XmlSerializerFormat(Style = OperationFormatStyle.Document)]
6 references to XmlSerializerFormatAttribute
System.ServiceModel (1)
netstandard.cs (1)
283[assembly: TypeForwardedTo(typeof(XmlSerializerFormatAttribute))]
System.ServiceModel.Primitives (4)
netstandard.cs (4)
2117public XmlSerializerOperationBehavior(System.ServiceModel.Description.OperationDescription operation, System.ServiceModel.XmlSerializerFormatAttribute attribute) { } 2118public System.ServiceModel.XmlSerializerFormatAttribute XmlSerializerFormatAttribute { get { return default; } } 2129public static TypedMessageConverter Create(Type messageContract, string action, XmlSerializerFormatAttribute formatterAttribute) { return default; } 2131public static TypedMessageConverter Create(Type messageContract, string action, string defaultNamespace, XmlSerializerFormatAttribute formatterAttribute) { return default; }
System.ServiceModel.Primitives.Tests (1)
Description\OperationBehaviorTest.cs (1)
73XmlSerializerFormatAttribute serializerAttribute = new XmlSerializerFormatAttribute();