2 types derived from OperationFormatter
System.ServiceModel (2)
System\ServiceModel\Dispatcher\DataContractSerializerOperationFormatter.cs (1)
74
class DataContractSerializerOperationFormatter :
OperationFormatter
System\ServiceModel\Dispatcher\XmlSerializerOperationFormatter.cs (1)
21
class XmlSerializerOperationFormatter :
OperationFormatter
42 references to OperationFormatter
System.ServiceModel (42)
System\ServiceModel\Channels\SecurityBindingElementImporter.cs (3)
276
if (
OperationFormatter
.IsValidReturnValue(message.Body.ReturnValue))
284
if (!
OperationFormatter
.IsValidReturnValue(message.Body.ReturnValue) || message.Body.Parts.Count == 0)
429
if (
OperationFormatter
.IsValidReturnValue(message.Body.ReturnValue))
System\ServiceModel\Description\DataContractSerializerOperationGenerator.cs (1)
93
if (
OperationFormatter
.IsValidReturnValue(message.Body.ReturnValue))
System\ServiceModel\Description\MessageContractExporter.cs (2)
100
OperationFormatter
.Validate(operation, IsRpcStyle(), IsEncoded());
975
if (
OperationFormatter
.IsValidReturnValue(description.Body.ReturnValue))
System\ServiceModel\Description\TypedMessageConverter.cs (3)
63
static
OperationFormatter
GetOperationFormatter(Type t, Attribute formatAttribute, string defaultNS, string action)
81
OperationFormatter
formatter;
83
internal XmlMessageConverter(
OperationFormatter
formatter)
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (7)
291
OperationFormatter
.Validate(operation, attr.Style == OperationFormatStyle.Rpc, attr.IsEncoded);
444
OperationFormatter
.MessageHeaderDescriptionTable headerDescriptionTable = new
OperationFormatter
.MessageHeaderDescriptionTable();
500
returnPart =
OperationFormatter
.IsValidReturnValue(message.Body.ReturnValue) ? message.Body.ReturnValue : null;
869
OperationFormatter
.MessageHeaderDescriptionTable headerDescriptionTable;
893
internal override
OperationFormatter
.MessageHeaderDescriptionTable HeaderDescriptionTable
919
internal void SetHeaderDescriptionTable(
OperationFormatter
.MessageHeaderDescriptionTable headerDescriptionTable)
System\ServiceModel\Description\XmlSerializerOperationGenerator.cs (1)
131
if (
OperationFormatter
.IsValidReturnValue(body.ReturnValue))
System\ServiceModel\Dispatcher\DataContractSerializerOperationFormatter.cs (4)
395
OperationFormatter
.TraceAndSkipElement(reader);
423
OperationFormatter
.TraceAndSkipElement(reader);
459
OperationFormatter
.CreateDeserializationFailedFault(
467
OperationFormatter
.CreateDeserializationFailedFault(
System\ServiceModel\Dispatcher\OperationFormatter.cs (13)
208
OperationFormatter
.CreateDeserializationFailedFault(
215
OperationFormatter
.CreateDeserializationFailedFault(
374
internal SerializeBodyContentsAsyncResult(
OperationFormatter
operationFormatter, XmlDictionaryWriter writer, MessageVersion version, object[] parameters,
638
OperationFormatter
operationFormatter;
639
public OperationFormatterMessage(
OperationFormatter
operationFormatter, MessageVersion version, ActionHeader action,
680
OperationFormatter
operationFormatter;
686
public OperationFormatterBodyWriter(
OperationFormatter
operationFormatter, MessageVersion version,
702
static bool AreParametersBuffered(bool isRequest,
OperationFormatter
operationFormatter)
728
internal
OperationFormatter
OperationFormatter
737
OperationFormatter
operationFormatter;
796
protected
OperationFormatter
operationFormatter;
799
public OperationFormatterHeader(
OperationFormatter
operationFormatter, MessageVersion version, string name, string ns, bool mustUnderstand, string actor, bool relay)
857
public XmlElementMessageHeader(
OperationFormatter
operationFormatter, MessageVersion version, string name, string ns, bool mustUnderstand, string actor, bool relay, XmlElement headerValue) :
System\ServiceModel\Dispatcher\PrimitiveOperationFormatter.cs (6)
46
OperationFormatter
.Validate(description, isRpc, false/*isEncoded*/);
63
OperationFormatter
.GetActions(description, dictionary, out this.action, out this.replyAction);
476
OperationFormatter
.CreateDeserializationFailedFault(
483
OperationFormatter
.CreateDeserializationFailedFault(
545
OperationFormatter
.TraceAndSkipElement(reader);
581
OperationFormatter
.TraceAndSkipElement(reader);
System\ServiceModel\Dispatcher\StreamFormatter.cs (1)
197
if (
OperationFormatter
.IsValidReturnValue(messageDescription.Body.ReturnValue))
System\ServiceModel\Security\WSTrust.cs (1)
1265
if (
OperationFormatter
.IsValidReturnValue(message.Body.ReturnValue))