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