2 types derived from OperationFormatter
System.ServiceModel.Primitives (2)
System\ServiceModel\Dispatcher\DataContractSerializerOperationFormatter.cs (1)
62internal class DataContractSerializerOperationFormatter : OperationFormatter
System\ServiceModel\Dispatcher\XmlSerializerOperationFormatter.cs (1)
18internal class XmlSerializerOperationFormatter : OperationFormatter
34 references to OperationFormatter
System.ServiceModel.Primitives (34)
System\ServiceModel\Description\TypedMessageConverter.cs (3)
63private static OperationFormatter GetOperationFormatter(Type t, Attribute formatAttribute, string defaultNS, string action) 81OperationFormatter formatter; 83internal XmlMessageConverter(OperationFormatter formatter)
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (7)
280OperationFormatter.Validate(operation, attr.Style == OperationFormatStyle.Rpc, attr.IsEncoded); 459OperationFormatter.MessageHeaderDescriptionTable headerDescriptionTable = new OperationFormatter.MessageHeaderDescriptionTable(); 540returnPart = OperationFormatter.IsValidReturnValue(message.Body.ReturnValue) ? message.Body.ReturnValue : null; 979private OperationFormatter.MessageHeaderDescriptionTable _headerDescriptionTable; 1003internal override OperationFormatter.MessageHeaderDescriptionTable HeaderDescriptionTable 1029internal void SetHeaderDescriptionTable(OperationFormatter.MessageHeaderDescriptionTable headerDescriptionTable)
System\ServiceModel\Dispatcher\DataContractSerializerOperationFormatter.cs (4)
462OperationFormatter.TraceAndSkipElement(reader); 496OperationFormatter.TraceAndSkipElement(reader); 536OperationFormatter.CreateDeserializationFailedFault( 544OperationFormatter.CreateDeserializationFailedFault(
System\ServiceModel\Dispatcher\OperationFormatter.cs (12)
217OperationFormatter.CreateDeserializationFailedFault( 224OperationFormatter.CreateDeserializationFailedFault( 406internal SerializeBodyContentsAsyncResult(OperationFormatter operationFormatter, XmlDictionaryWriter writer, MessageVersion version, object[] parameters, 700private OperationFormatter _operationFormatter; 701public OperationFormatterMessage(OperationFormatter operationFormatter, MessageVersion version, ActionHeader action, 747public OperationFormatterBodyWriter(OperationFormatter operationFormatter, MessageVersion version, 763private static bool AreParametersBuffered(bool isRequest, OperationFormatter operationFormatter) 794internal OperationFormatter OperationFormatter { get; } 800private OperationFormatter _operationFormatter; 865protected OperationFormatter operationFormatter; 868public OperationFormatterHeader(OperationFormatter operationFormatter, MessageVersion version, string name, string ns, bool mustUnderstand, string actor, bool relay) 930public XmlElementMessageHeader(OperationFormatter operationFormatter, MessageVersion version, string name, string ns, bool mustUnderstand, string actor, bool relay, XmlElement headerValue) :
System\ServiceModel\Dispatcher\PrimitiveOperationFormatter.cs (6)
45OperationFormatter.Validate(description, isRpc, false/*isEncoded*/); 65OperationFormatter.GetActions(description, dictionary, out _action, out _replyAction); 554OperationFormatter.CreateDeserializationFailedFault( 561OperationFormatter.CreateDeserializationFailedFault( 635OperationFormatter.TraceAndSkipElement(reader); 676OperationFormatter.TraceAndSkipElement(reader);
System\ServiceModel\Dispatcher\StreamFormatter.cs (1)
250if (OperationFormatter.IsValidReturnValue(messageDescription.Body.ReturnValue))
System\ServiceModel\Security\WSTrust.cs (1)
1193if (OperationFormatter.IsValidReturnValue(message.Body.ReturnValue))