9 references to OperationFormatUse
System.ServiceModel (9)
System\ServiceModel\OperationFormatUse.cs (3)
15static public bool IsDefined(OperationFormatUse x) 18x == OperationFormatUse.Literal || 19x == OperationFormatUse.Encoded ||
System\ServiceModel\XmlSerializerFormatAttribute.cs (6)
14OperationFormatUse use; 33public OperationFormatUse Use 47get { return use == OperationFormatUse.Encoded; } 48set { use = value ? OperationFormatUse.Encoded : OperationFormatUse.Literal; } 59static internal void ValidateOperationFormatUse(OperationFormatUse value)