1 write to _handledElements
dotnet-svcutil-lib (1)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescription.cs (1)
1710
_handledElements
= new ArrayList();
5 references to _handledElements
dotnet-svcutil-lib (5)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescription.cs (5)
1709
if (
_handledElements
== null)
1711
if (!
_handledElements
.Contains(element))
1712
_handledElements
.Add(element);
1741
if (
_handledElements
== null) return false;
1742
return
_handledElements
.Contains(element);