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