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