2 writes to protocolReflectorTypes
System.Web.Services (2)
System\Web\Services\Configuration\WebServicesSection.cs (2)
306
this.
protocolReflectorTypes
= protocolReflectorList.ToArray();
313
set { this.
protocolReflectorTypes
= value; }
3 references to protocolReflectorTypes
System.Web.Services (3)
System\Web\Services\Configuration\WebServicesSection.cs (3)
287
if (this.
protocolReflectorTypes
.Length == 0) {
289
if (this.
protocolReflectorTypes
.Length == 0) {
310
return this.
protocolReflectorTypes
;