3 implementations of IDispatchMessageFormatter
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\MessageOperationFormatter.cs (1)
10
internal sealed class MessageOperationFormatter : IClientMessageFormatter,
IDispatchMessageFormatter
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\OperationFormatter.cs (1)
19
internal abstract class OperationFormatter : IClientMessageFormatter,
IDispatchMessageFormatter
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\PrimitiveOperationFormatter.cs (1)
14
internal class PrimitiveOperationFormatter : IClientMessageFormatter,
IDispatchMessageFormatter
7 references to IDispatchMessageFormatter
dotnet-svcutil-lib (7)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\DataContractSerializerOperationBehavior.cs (1)
145
dispatch.Formatter = (
IDispatchMessageFormatter
)GetFormatter(description, out formatRequest, out formatReply, false);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (1)
139
dispatch.Formatter = (
IDispatchMessageFormatter
)CreateFormatter();
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchOperation.cs (3)
13
private
IDispatchMessageFormatter
_formatter;
80
internal
IDispatchMessageFormatter
Formatter
125
internal
IDispatchMessageFormatter
InternalFormatter
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (2)
22
private readonly
IDispatchMessageFormatter
_formatter;
85
internal
IDispatchMessageFormatter
Formatter