2 references to RpcLiteral
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageContractImporter.cs (2)
526return isEncoded ? StyleAndUse.RpcEncoded : StyleAndUse.RpcLiteral; 532return (styleAndUse == StyleAndUse.RpcLiteral || styleAndUse == StyleAndUse.RpcEncoded) ? "rpc" : "document";