1 write to handledElements
System.Web.Services (1)
System\Web\Services\Description\ServiceDescription.cs (1)
1525handledElements = new ArrayList();
5 references to handledElements
System.Web.Services (5)
System\Web\Services\Description\ServiceDescription.cs (5)
1524if (handledElements == null) 1526if (!handledElements.Contains(element)) 1527handledElements.Add(element); 1553if (handledElements == null) return false; 1554return handledElements.Contains(element);