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