6 references to Literal
ScenarioTests.Common.Tests (4)
ServiceInterfaces.cs (4)
732
[XmlSerializerFormat(Style = OperationFormatStyle.Rpc, Use = OperationFormatUse.
Literal
)]
761
[XmlSerializerFormat(Style = OperationFormatStyle.Document, Use = OperationFormatUse.
Literal
)]
801
[XmlSerializerFormat(Style = OperationFormatStyle.Rpc, Use = OperationFormatUse.
Literal
)]
812
[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
; }