2 instantiations of WsiProfilesElement
System.Web.Services (2)
System\Web\Services\Configuration\WsiProfilesElementCollection.cs (2)
43return new WsiProfilesElement(); 104WsiProfilesElement basic10Element = new WsiProfilesElement(WsiProfiles.BasicProfile1_1);
14 references to WsiProfilesElement
System.Web.Services (14)
System\Web\Services\Configuration\WebServicesSection.cs (1)
53foreach (WsiProfilesElement element in this.ConformanceWarnings) {
System\Web\Services\Configuration\WsiProfilesElementCollection.cs (13)
14[ConfigurationCollection(typeof(WsiProfilesElement))] 17public void Add(WsiProfilesElement element) 46public void CopyTo(WsiProfilesElement[] array, int index) 63WsiProfilesElement configElementKey = (WsiProfilesElement)element; 67public int IndexOf(WsiProfilesElement element) 77public void Remove(WsiProfilesElement element) 104WsiProfilesElement basic10Element = new WsiProfilesElement(WsiProfiles.BasicProfile1_1); 108public WsiProfilesElement this[object key] 116WsiProfilesElement retval = (WsiProfilesElement)this.BaseGet(key); 156public WsiProfilesElement this[int index] 160return (WsiProfilesElement)BaseGet(index);