1 write to methodList
System.Web.Services (1)
System\Web\Services\Description\ProtocolReflector.cs (1)
287reflectedBinding.methodList = new ArrayList();
5 references to methodList
System.Web.Services (5)
System\Web\Services\Description\ProtocolReflector.cs (5)
286if (reflectedBinding.methodList == null) 288reflectedBinding.methodList.Add(method); 408if (reflectedBinding.methodList != null && reflectedBinding.methodList.Count > 0) { 409foreach (LogicalMethodInfo method in reflectedBinding.methodList) {