2 instantiations of SoapSchemaImporter
System.ServiceModel (1)
System\ServiceModel\Description\MessageContractImporter.cs (1)
1965soapImporter = new SoapSchemaImporter(encodedSchemas, webReferenceOptions.CodeGenerationOptions, options.CodeProvider, new ImportContext(codeIdentifiers, false));
System.Web.Services (1)
System\Web\Services\Description\SoapProtocolImporter.cs (1)
336soapImporter = new SoapSchemaImporter(AbstractSchemas, ServiceImporter.CodeGenerationOptions, ImportContext);
3 references to SoapSchemaImporter
System.ServiceModel (1)
System\ServiceModel\Description\MessageContractImporter.cs (1)
1917SoapSchemaImporter soapImporter;
System.Web.Services (2)
System\Web\Services\Description\SoapProtocolImporter.cs (2)
257SoapSchemaImporter soapImporter; 291public SoapSchemaImporter SoapImporter {