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