2 writes to Style
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\DataContractSerializerOperationGenerator.cs (1)
81
dataContractFormatAttribute.
Style
= style;
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageContractImporter.cs (1)
1876
operationBehavior.DataContractFormatAttribute.
Style
= style;
7 references to Style
dotnet-svcutil-lib (7)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\DataContractSerializerOperationBehavior.cs (1)
115
return new PrimitiveOperationFormatter(operation, _dataContractFormatAttribute.
Style
== OperationFormatStyle.Rpc);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\DataContractSerializerOperationGenerator.cs (3)
79
OperationFormatStyle style = dataContractFormatAttribute.
Style
;
82
if (dataContractFormatAttribute.
Style
!= TypeLoader.DefaultDataContractFormatAttribute.
Style
)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DataContractSerializerOperationFormatter.cs (3)
75
: base(description, dataContractFormatAttribute.
Style
== OperationFormatStyle.Rpc, false/*isEncoded*/)
111
messageInfo.BodyParts[i] = CreatePartInfo(parts[i], dataContractFormatAttribute.
Style
, serializerFactory);
113
messageInfo.ReturnPart = CreatePartInfo(messageDescription.Body.ReturnValue, dataContractFormatAttribute.
Style
, serializerFactory);