2 writes to Formatter
dotnet-svcutil-lib (2)
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();
3 references to Formatter
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\DataContractSerializerOperationBehavior.cs (1)
140
if (dispatch.
Formatter
!= null)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (1)
137
if (dispatch.
Formatter
== null)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (1)
55
_formatter = operation.
Formatter
;