5 references to defaultFormatTypes
System.Web.Services (5)
System\Web\Services\Configuration\WebServicesSection.cs (5)
137return this.defaultFormatTypes; 140Type[] formatTypes = new Type[defaultFormatTypes.Length + this.ServiceDescriptionFormatExtensionTypes.Count]; 141Array.Copy(defaultFormatTypes, formatTypes, defaultFormatTypes.Length); 144formatTypes[index + defaultFormatTypes.Length] = this.ServiceDescriptionFormatExtensionTypes[index].Type;