4 references to XmlSerializerOperationBehavior
System.ServiceModel.Primitives (3)
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (3)
25: this(operation, null) 41: this(operation, attribute) 76return new XmlSerializerOperationBehavior(operation, attr).CreateFormatter();
System.ServiceModel.Primitives.Tests (1)
Description\OperationBehaviorTest.cs (1)
76serializerBehavior = new XmlSerializerOperationBehavior(description, serializerAttribute);