1 instantiation of DataContractSerializerOperationFormatter
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\DataContractSerializerOperationBehavior.cs (1)
117
return new
DataContractSerializerOperationFormatter
(operation, _dataContractFormatAttribute, this);
1 reference to DataContractSerializerOperationFormatter
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DataContractSerializerOperationFormatter.cs (1)
327
Type dataContractType =
DataContractSerializerOperationFormatter
.GetSubstituteDataContractType(headerDescription.Type, out isQueryable);