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