3 references to WsiProfilesElementCollection
System.Web.Services (3)
System\Web\Services\Configuration\WebServicesSection.cs (3)
46public WsiProfilesElementCollection ConformanceWarnings { 47get { return (WsiProfilesElementCollection)base[this.conformanceWarnings]; } 473readonly ConfigurationProperty conformanceWarnings = new ConfigurationProperty("conformanceWarnings", typeof(WsiProfilesElementCollection), null, ConfigurationPropertyOptions.None);