2 instantiations of SoapSchemaExporter
System.ServiceModel (1)
System\ServiceModel\Description\MessageContractExporter.cs (1)
1263soapExporter = new SoapSchemaExporter(Schemas);
System.Web.Services (1)
System\Web\Services\Description\SoapProtocolReflector.cs (1)
52soapExporter = new SoapSchemaExporter(ServiceDescription.Types.Schemas);
9 references to SoapSchemaExporter
System.ServiceModel (4)
System\ServiceModel\Description\MessageContractExporter.cs (4)
1256SoapSchemaExporter SoapExporter 1261if (!exporter.State.TryGetValue(typeof(SoapSchemaExporter), out soapExporter)) 1264exporter.State.Add(typeof(SoapSchemaExporter), soapExporter); 1266return (SoapSchemaExporter)soapExporter;
System.Web.Services (5)
System\Web\Services\Description\SoapProtocolReflector.cs (5)
48internal SoapSchemaExporter SoapExporter { 50SoapSchemaExporter soapExporter = ReflectionContext[typeof(SoapSchemaExporter)] as SoapSchemaExporter; 53ReflectionContext[typeof(SoapSchemaExporter)] = soapExporter;