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