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