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