2 overrides of ImportSchemaType
System.Data (2)
fx\src\data\System\Data\DataSet.cs (1)
3494public override string ImportSchemaType(string name, string schemaNamespace, XmlSchemaObject context, XmlSchemas schemas, XmlSchemaImporter importer, CodeCompileUnit compileUnit, CodeNamespace mainNamespace, CodeGenerationOptions options, CodeDomProvider codeProvider) {
fx\src\data\System\Data\SQLTypes\SqlTypesSchemaImporter.cs (1)
68public override string ImportSchemaType(string name,
1 reference to ImportSchemaType
System.Xml (1)
System\Xml\Serialization\XmlSchemaImporter.cs (1)
1836string typeName = ex.ImportSchemaType(name, ns, context, Schemas, this, compileUnit, mainNamespace, Options, CodeProvider);