6 references to IsEncoded
System.ServiceModel.Primitives (6)
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (2)
280
OperationFormatter.Validate(operation, attr.Style == OperationFormatStyle.Rpc, attr.
IsEncoded
);
287
IsEncoded = attr.
IsEncoded
;
System\ServiceModel\Dispatcher\XmlSerializerOperationFormatter.cs (3)
29
base(description, xmlSerializerFormatAttribute.Style == OperationFormatStyle.Rpc, xmlSerializerFormatAttribute.
IsEncoded
)
31
if (xmlSerializerFormatAttribute.
IsEncoded
&& xmlSerializerFormatAttribute.Style != OperationFormatStyle.Rpc)
36
_isEncoded = xmlSerializerFormatAttribute.
IsEncoded
;
System\ServiceModel\XmlSerializerFormatAttribute.cs (1)
35
if (!_isStyleSet &&
IsEncoded
)