1 write to handlerCtors
System.ServiceModel (1)
System\ServiceModel\Channels\HttpMessageHandlerFactory.cs (1)
58
this.
handlerCtors
= new ConstructorInfo[handlers.Length];
5 references to handlerCtors
System.ServiceModel (5)
System\ServiceModel\Channels\HttpMessageHandlerFactory.cs (5)
84
this.
handlerCtors
[cnt] = ctorInfo;
262
else if (this.
handlerCtors
!= null)
264
DelegatingHandler[] instances = new DelegatingHandler[this.
handlerCtors
.Length];
265
for (int cnt = 0; cnt < this.
handlerCtors
.Length; cnt++)
267
instances[cnt] = (DelegatingHandler)this.
handlerCtors
[cnt].Invoke(Type.EmptyTypes);