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