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