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