1 write to _formatter
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (1)
55_formatter = operation.Formatter;
2 references to _formatter
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (2)
64if (_formatter == null && (_deserializeRequest || _serializeReply)) 87get { return _formatter; }