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