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