4 writes to attribute
System.Web.Services (4)
System\Web\Services\Protocols\LogicalMethodInfo.cs (4)
71this.attribute = webMethod.attribute; 91this.attribute = webMethod.attribute; 351attribute = (WebMethodAttribute)GetCustomAttribute(typeof(WebMethodAttribute)); 353attribute = new WebMethodAttribute();
3 references to attribute
System.Web.Services (3)
System\Web\Services\Protocols\LogicalMethodInfo.cs (3)
350if (attribute == null) { 352if (attribute == null) { 356return attribute;