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