18 references to OperationFormatStyle
ScenarioTests.Common.Tests (12)
ServiceInterfaces.cs (12)
133
XmlSerializerFormat(Style =
OperationFormatStyle
.Rpc)]
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)]
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 (1)
netstandard.cs (1)
198
[assembly: TypeForwardedTo(typeof(
OperationFormatStyle
))]
System.ServiceModel.Primitives (2)
netstandard.cs (2)
613
public System.ServiceModel.
OperationFormatStyle
Style { get { return default; } set { } }
1071
public System.ServiceModel.
OperationFormatStyle
Style { get { return default; } set { } }
System.ServiceModel.Primitives.Tests (3)
Description\OperationBehaviorTest.cs (3)
74
serializerAttribute.Style =
OperationFormatStyle
.Rpc;
130
[XmlSerializerFormat(Style =
OperationFormatStyle
.Rpc)]
143
[XmlSerializerFormat(Style =
OperationFormatStyle
.Document)]