1 write to importer
System.Web.Services (1)
System\Web\Services\Description\MimeXmlImporter.cs (1)
75
importer
= new XmlSchemaImporter(ImportContext.ConcreteSchemas, ImportContext.ServiceImporter.CodeGenerationOptions, ImportContext.ServiceImporter.CodeGenerator, ImportContext.ImportContext);
5 references to importer
System.Web.Services (5)
System\Web\Services\Description\MimeXmlImporter.cs (5)
74
if (
importer
== null) {
77
importer
.Extensions.Add(extensionType.FullName, extensionType);
79
importer
.Extensions.Add(new System.Data.Design.TypedDataSetSchemaImporterExtension());
80
importer
.Extensions.Add(new DataSetSchemaImporterExtension());
82
return
importer
;