3 writes to Style
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageContractImporter.cs (1)
2129
operationAttribute.
Style
= style;
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\XmlSerializerOperationGenerator.cs (1)
147
xmlSerializerFormatAttribute.
Style
= style;
FrameworkFork\System.ServiceModel\System\ServiceModel\XmlSerializerFormatAttribute.cs (1)
42
Style
= OperationFormatStyle.Rpc;
4 references to Style
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (2)
246
OperationFormatter.Validate(operation, attr.
Style
== OperationFormatStyle.Rpc, false/*IsEncoded*/);
253
this.IsRpc = (attr.
Style
== OperationFormatStyle.Rpc);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\XmlSerializerOperationGenerator.cs (1)
144
OperationFormatStyle style = xmlSerializerFormatAttribute.
Style
;
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\XmlSerializerOperationFormatter.cs (1)
32
base(description, xmlSerializerFormatAttribute.
Style
== OperationFormatStyle.Rpc, false/*isEncoded*/)