2 references to Literal
System.ServiceModel (2)
System\ServiceModel\OperationFormatUse.cs (1)
18x == OperationFormatUse.Literal ||
System\ServiceModel\XmlSerializerFormatAttribute.cs (1)
48set { use = value ? OperationFormatUse.Encoded : OperationFormatUse.Literal; }