4 references to XmlSerializerOperationBehavior
System.ServiceModel (3)
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (3)
26: this(operation, null) 41: this(operation, attribute) 79return new XmlSerializerOperationBehavior(operation, attr).CreateFormatter();
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\ContractInferenceHelper.cs (1)
503operation.Behaviors.Add(new XmlSerializerOperationBehavior(operation, XmlSerializerFormatAttribute));