3 references to SoapReflectedExtension
System.Web.Services (3)
System\Web\Services\Protocols\SoapClientProtocol.cs (1)
61SoapReflectedExtension extension = new SoapReflectedExtension(extensionTypes[i].Type, null, extensionTypes[i].Priority);
System\Web\Services\Protocols\SoapReflector.cs (1)
31internal SoapReflectedExtension(Type type, SoapExtensionAttribute attribute) : this(type, attribute, attribute.Priority) { }
System\Web\Services\Protocols\SoapServerProtocol.cs (1)
88SoapReflectedExtension extension = new SoapReflectedExtension(element.Type, null, element.Priority);