1 write to dataContractExporter
System.ServiceModel (1)
System\ServiceModel\Dispatcher\DataContractSerializerOperationFormatter.cs (1)
150
dataContractExporter
= new XsdDataContractExporter();
3 references to dataContractExporter
System.ServiceModel (3)
System\ServiceModel\Dispatcher\DataContractSerializerOperationFormatter.cs (3)
148
if (
dataContractExporter
== null)
155
dataContractExporter
.Options = options;
158
dataContractExporter
.GetSchemaTypeName(type); //Throws if the type is not a valid data contract