3 references to XmlSchemaExporter
System.ServiceModel (1)
System\ServiceModel\Description\MessageContractExporter.cs (1)
1277
xmlExporter = new
XmlSchemaExporter
(Schemas);
System.ServiceModel.Web (1)
System\ServiceModel\Dispatcher\HelpPage.cs (1)
367
XmlSchemaExporter exporter = new
XmlSchemaExporter
(schemas);
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionReflector.cs (1)
159
exporter = new
XmlSchemaExporter
(description.Types.Schemas);