2 writes to protocolImporterTypes
System.Web.Services (2)
System\Web\Services\Configuration\WebServicesSection.cs (2)
275this.protocolImporterTypes = protocolImporterList.ToArray(); 282set { this.protocolImporterTypes = value; }
3 references to protocolImporterTypes
System.Web.Services (3)
System\Web\Services\Configuration\WebServicesSection.cs (3)
256if (this.protocolImporterTypes.Length == 0) { 258if (this.protocolImporterTypes.Length == 0) { 279return this.protocolImporterTypes;