1 instantiation of XmlSchemaImporter
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageContractImporter.cs (1)
1939
_xmlImporter = new
XmlSchemaImporter
(_literalSchemas, webReferenceOptions.CodeGenerationOptions, options.CodeProvider, new ImportContext(codeIdentifiers, false));
5 references to XmlSchemaImporter
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\Serialization\Advanced\SchemaImporterExtension.cs (3)
25
public virtual string ImportSchemaType(string name, string ns, XmlSchemaObject context, XmlSchemas schemas,
XmlSchemaImporter
importer,
32
public virtual string ImportSchemaType(XmlSchemaType type, XmlSchemaObject context, XmlSchemas schemas,
XmlSchemaImporter
importer,
39
public virtual string ImportAnyElement(XmlSchemaAny any, bool mixed, XmlSchemas schemas,
XmlSchemaImporter
importer,
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaExporter.cs (1)
1049
model.IsMixed =
XmlSchemaImporter
.IsMixed((XmlSchemaComplexType)_types[mapping.BaseMapping]);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageContractImporter.cs (1)
1904
private
XmlSchemaImporter
_xmlImporter;