2 overrides of ImportSchemaType
System.Data (2)
fx\src\data\System\Data\DataSet.cs (1)
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 (1)
88
public override string
ImportSchemaType
(XmlSchemaType type,
1 reference to ImportSchemaType
System.Xml (1)
System\Xml\Serialization\XmlSchemaImporter.cs (1)
1848
string typeName = ex.
ImportSchemaType
(type, context, Schemas, this, compileUnit, mainNamespace, Options, CodeProvider);