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