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