8 references to SoapExtensionAttribute
System.Web.Services (8)
System\Web\Services\Protocols\LogicalMethodInfo.cs (1)
582if (typeof(SoapExtensionAttribute).IsAssignableFrom(type))
System\Web\Services\Protocols\SoapExtension.cs (1)
20public abstract object GetInitializer(LogicalMethodInfo methodInfo, SoapExtensionAttribute attribute);
System\Web\Services\Protocols\SoapReflector.cs (6)
28SoapExtensionAttribute attribute; 31internal SoapReflectedExtension(Type type, SoapExtensionAttribute attribute) : this(type, attribute, attribute.Priority) { } 33internal SoapReflectedExtension(Type type, SoapExtensionAttribute attribute, int priority) { 435SoapExtensionAttribute[] extensionAttributes = (SoapExtensionAttribute[])methodInfo.GetCustomAttributes(typeof(SoapExtensionAttribute));