3 instantiations of XmlSchemaImporter
System.ServiceModel (1)
System\ServiceModel\Description\MessageContractImporter.cs (1)
1952xmlImporter = new XmlSchemaImporter(literalSchemas, webReferenceOptions.CodeGenerationOptions, options.CodeProvider, new ImportContext(codeIdentifiers, false));
System.Web.Services (2)
System\Web\Services\Description\MimeXmlImporter.cs (1)
75importer = new XmlSchemaImporter(ImportContext.ConcreteSchemas, ImportContext.ServiceImporter.CodeGenerationOptions, ImportContext.ServiceImporter.CodeGenerator, ImportContext.ImportContext);
System\Web\Services\Description\SoapProtocolImporter.cs (1)
337xmlImporter = new XmlSchemaImporter(ConcreteSchemas, ServiceImporter.CodeGenerationOptions, ServiceImporter.CodeGenerator, ImportContext);
13 references to XmlSchemaImporter
System.Data (4)
fx\src\data\System\Data\DataSet.cs (2)
3494public override string ImportSchemaType(string name, string schemaNamespace, XmlSchemaObject context, XmlSchemas schemas, XmlSchemaImporter importer, CodeCompileUnit compileUnit, CodeNamespace mainNamespace, CodeGenerationOptions options, CodeDomProvider codeProvider) { 3509public override string ImportSchemaType(XmlSchemaType type, XmlSchemaObject context, XmlSchemas schemas, XmlSchemaImporter importer, CodeCompileUnit compileUnit, CodeNamespace mainNamespace, CodeGenerationOptions options, CodeDomProvider codeProvider) {
fx\src\data\System\Data\SQLTypes\SqlTypesSchemaImporter.cs (2)
72XmlSchemaImporter importer, 91XmlSchemaImporter importer,
System.ServiceModel (1)
System\ServiceModel\Description\MessageContractImporter.cs (1)
1916XmlSchemaImporter xmlImporter;
System.Web.Services (4)
System\Web\Services\Description\MimeXmlImporter.cs (2)
25XmlSchemaImporter importer; 72XmlSchemaImporter Importer {
System\Web\Services\Description\SoapProtocolImporter.cs (2)
255XmlSchemaImporter xmlImporter; 299public XmlSchemaImporter XmlImporter {
System.Xml (4)
System\Xml\Serialization\Advanced\SchemaImporterExtension.cs (3)
25public virtual string ImportSchemaType(string name, string ns, XmlSchemaObject context, XmlSchemas schemas, XmlSchemaImporter importer, 31public virtual string ImportSchemaType(XmlSchemaType type, XmlSchemaObject context, XmlSchemas schemas, XmlSchemaImporter importer, 37public virtual string ImportAnyElement(XmlSchemaAny any, bool mixed, XmlSchemas schemas, XmlSchemaImporter importer,
System\Xml\Serialization\XmlSchemaExporter.cs (1)
895model.IsMixed = XmlSchemaImporter.IsMixed((XmlSchemaComplexType)types[mapping.BaseMapping]);