2 references to Literal
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\OperationFormatUse.cs (1)
18x == OperationFormatUse.Literal ||
FrameworkFork\System.ServiceModel\System\ServiceModel\XmlSerializerFormatAttribute.cs (1)
49set { _use = value ? OperationFormatUse.Encoded : OperationFormatUse.Literal; }