3 references to Style
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageContractImporter.cs (3)
258
if (operationInfo.
Style
== OperationFormatStyle.Rpc)
260
this.CurrentSchemaImporter.SetOperationStyle(operation, operationInfo.
Style
);
280
ImportMessageBinding(messageBinding, wsdlMessage, message, operationInfo.
Style
, operationInfo.IsEncoded);