1 write to _handledElements
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescription.cs (1)
1208_handledElements = new ArrayList();
5 references to _handledElements
System.Web.Services.Description (5)
System\Web\Services\Description\ServiceDescription.cs (5)
1206if (_handledElements == null) 1211if (!_handledElements.Contains(element)) 1213_handledElements.Add(element); 1229return _handledElements == null ? false : _handledElements.Contains(element);