6 references to ReflectionContext
System.Web.Services (6)
System\Web\Services\Description\SoapProtocolReflector.cs (6)
39
SoapReflectionImporter soapImporter =
ReflectionContext
[typeof(SoapReflectionImporter)] as SoapReflectionImporter;
42
ReflectionContext
[typeof(SoapReflectionImporter)] = soapImporter;
50
SoapSchemaExporter soapExporter =
ReflectionContext
[typeof(SoapSchemaExporter)] as SoapSchemaExporter;
53
ReflectionContext
[typeof(SoapSchemaExporter)] = soapExporter;
60
soapMethod =
ReflectionContext
[Method] as SoapReflectedMethod;
63
ReflectionContext
[Method] = soapMethod;