5 references to ServiceDescriptionFormatExtensionTypes
System.Web.Services (5)
System\Web\Services\Configuration\WebServicesSection.cs (5)
136if (this.ServiceDescriptionFormatExtensionTypes.Count == 0) { 140Type[] formatTypes = new Type[defaultFormatTypes.Length + this.ServiceDescriptionFormatExtensionTypes.Count]; 143for (int index = 0; index < this.ServiceDescriptionFormatExtensionTypes.Count; ++index) { 144formatTypes[index + defaultFormatTypes.Length] = this.ServiceDescriptionFormatExtensionTypes[index].Type; 386get { return this.ServiceDescriptionFormatExtensionTypes.Count > 0; }