3 instantiations of 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);
9 references to XmlSchemaExporter
System.ServiceModel (4)
System\ServiceModel\Description\MessageContractExporter.cs (4)
1270XmlSchemaExporter XmlExporter 1275if (!exporter.State.TryGetValue(typeof(XmlSchemaExporter), out xmlExporter)) 1278exporter.State.Add(typeof(XmlSchemaExporter), xmlExporter); 1280return (XmlSchemaExporter)xmlExporter;
System.ServiceModel.Web (1)
System\ServiceModel\Dispatcher\HelpPage.cs (1)
367XmlSchemaExporter exporter = new XmlSchemaExporter(schemas);
System.Web.Services (3)
System\Web\Services\Description\ProtocolReflector.cs (1)
86public XmlSchemaExporter SchemaExporter {
System\Web\Services\Description\ServiceDescriptionReflector.cs (2)
38XmlSchemaExporter exporter; 91internal XmlSchemaExporter SchemaExporter {
System.Xml (1)
System\Xml\Serialization\XmlSchemaImporter.cs (1)
870if (item.Form != XmlSchemaForm.None && item.Form != XmlSchemaExporter.elementFormDefault)