6 references to Literal
ScenarioTests.Common.Tests (4)
ServiceInterfaces.cs (4)
745
[XmlSerializerFormat(Style = OperationFormatStyle.Rpc, Use = OperationFormatUse.
Literal
)]
774
[XmlSerializerFormat(Style = OperationFormatStyle.Document, Use = OperationFormatUse.
Literal
)]
814
[XmlSerializerFormat(Style = OperationFormatStyle.Rpc, Use = OperationFormatUse.
Literal
)]
825
[XmlSerializerFormat(Style = OperationFormatStyle.Document, Use = OperationFormatUse.
Literal
)]
System.ServiceModel.Primitives (2)
System\ServiceModel\OperationFormatUse.cs (1)
18
x == OperationFormatUse.
Literal
||
System\ServiceModel\XmlSerializerFormatAttribute.cs (1)
45
set { _use = value ? OperationFormatUse.Encoded : OperationFormatUse.
Literal
; }