2 writes to use
System.ServiceModel (2)
System\ServiceModel\XmlSerializerFormatAttribute.cs (2)
39
use
= value;
48
set {
use
= value ? OperationFormatUse.Encoded : OperationFormatUse.Literal; }
2 references to use
System.ServiceModel (2)
System\ServiceModel\XmlSerializerFormatAttribute.cs (2)
35
get { return
use
; }
47
get { return
use
== OperationFormatUse.Encoded; }