1 instantiation of TypeElement
System.Web.Services (1)
System\Web\Services\Configuration\TypeElementCollection.cs (1)
43return new TypeElement();
15 references to TypeElement
System.Web.Services (15)
System\Web\Services\Configuration\TypeElementCollection.cs (12)
14[ConfigurationCollection(typeof(TypeElement))] 17public void Add(TypeElement element) 46public void CopyTo(TypeElement[] array, int index) 63TypeElement configElementKey = (TypeElement)element; 67public int IndexOf(TypeElement element) 77public void Remove(TypeElement element) 102public TypeElement this[object key] 110TypeElement retval = (TypeElement)this.BaseGet(key); 150public TypeElement this[int index] 154return (TypeElement)BaseGet(index);
System\Web\Services\Configuration\WebServicesSection.cs (3)
410public TypeElement SoapServerProtocolFactoryType { 411get { return (TypeElement)base[this.soapServerProtocolFactoryType]; } 482readonly ConfigurationProperty soapServerProtocolFactoryType = new ConfigurationProperty("soapServerProtocolFactory", typeof(TypeElement), null, ConfigurationPropertyOptions.None);