4 references to Encoded
dotnet-svcutil-lib (4)
CodeDomFixup\NoSoapEncodingFixup.cs (1)
57
return behavior == null || behavior.XmlSerializerFormatAttribute.Use != OperationFormatUse.
Encoded
;
FrameworkFork\System.ServiceModel\System\ServiceModel\OperationFormatUse.cs (1)
19
x == OperationFormatUse.
Encoded
||
FrameworkFork\System.ServiceModel\System\ServiceModel\XmlSerializerFormatAttribute.cs (2)
48
get { return _use == OperationFormatUse.
Encoded
; }
49
set { _use = value ? OperationFormatUse.
Encoded
: OperationFormatUse.Literal; }