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