1 write to dataContractFormatAttribute
System.ServiceModel (1)
System\ServiceModel\Description\DataContractSerializerOperationBehavior.cs (1)
41
this.
dataContractFormatAttribute
= dataContractFormatAttribute ?? new DataContractFormatAttribute();
3 references to dataContractFormatAttribute
System.ServiceModel (3)
System\ServiceModel\Description\DataContractSerializerOperationBehavior.cs (3)
31
get { return this.
dataContractFormatAttribute
; }
124
return new PrimitiveOperationFormatter(operation,
dataContractFormatAttribute
.Style == OperationFormatStyle.Rpc);
126
return new DataContractSerializerOperationFormatter(operation,
dataContractFormatAttribute
, this);