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