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)
1709if (_handledElements == null) 1711if (!_handledElements.Contains(element)) 1712_handledElements.Add(element); 1741if (_handledElements == null) return false; 1742return _handledElements.Contains(element);