2 writes to attributes
System.Web.Services (2)
System\Web\Services\Protocols\LogicalMethodInfo.cs (2)
82
attributes
= new Hashtable();
117
attributes
= new Hashtable();
4 references to attributes
System.Web.Services (4)
System\Web\Services\Protocols\LogicalMethodInfo.cs (4)
300
attrForType = (object[])
attributes
[type];
303
lock (
attributes
) {
304
attrForType = (object[])
attributes
[type];
331
attributes
[type] = attrForType;